-
When response type is not supported.
Declaration
Swift
case unexpectedResponseType = 1400
-
When reponse data format is not supported.
Declaration
Swift
case unexpectedResponseDataFormat = 1401
-
When response cannot be decoded to json.
Declaration
Swift
case responseIsInvalidJSON = 1402
-
When field cannot be found in specified path.
Declaration
Swift
case fieldNotFound = 1403
-
When payload is invalid JSON.
Declaration
Swift
case invalidJSONPayload = 1404
-
When base64 data is invalid.
Declaration
Swift
case invalidBase64Data = 1405
-
When PDF data is invalid.
Declaration
Swift
case invalidPDFData = 1406
-
When Image data is invalid.
Declaration
Swift
case invalidImageData = 1407
-
When VGS config URL is not valid.
Declaration
Swift
case invalidConfigurationURL = 1480