BaaS_Response

public struct BaaS_Response : Codable

BaaS Response JSON Field

 Status:    This is the Status of the BaaS Server call
 Error:     This a Error thrown by the BaaS Server call
 Fix:       This a how to fix the BaaS Server call
 Exception: This a Exception thrown by the BaaS Server call
 ReqURI:    This the requested URL which the BaaS Server has received
 Table:     This the current table where the BaaS Server is working in
 Data:      This a Data string returned by the BaaS Server call
 Where:     This the Where cause where the BaaS Server searched on
 Method:    This Method is not recognized by the BaaS Server
 info:      This is extra information
 rowID:     This the row ID of the (last) inserted row
 Debug:     This a Debug message thrown by the BaaS Server call
 FilePath:  The FilePath is not writeable error thrown by the BaaS Server call
  • Initialize from a decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    from

    Decoder

    Return Value

    BaaS_Response_JSON

  • Initialize a error.

    Declaration

    Swift

    public init(Status s_Status: String, Error s_Error: String)

    Parameters

    Status

    Response Status

    Error

    Response Error

    Return Value

    BaaS_Response_JSON