FormXAPIClientError
public enum FormXAPIClientError : Error
FormXAPIClientError is the error type for FormXAPIClient
-
The error when the response cannot be decoded
Declaration
Swift
case decodeError
-
The error when the response is not successful
Declaration
Swift
case extractServerError(response: FormXAPIExtractErrorResponse)
-
The error when the response is not successful
Declaration
Swift
case detectDocumentsServerError(response: FormXAPIDetectDocumentsErrorResponse)