FormXAPIDetectDocumentsErrorResponse

public struct FormXAPIDetectDocumentsErrorResponse : Decodable

FormXAPIDetectDocumentsErrorResponse is the error response returned by the FormXAPIClient.detectDocuments(data:completion:) .

  • The detailed error information

    See more

    Declaration

    Swift

    public struct Error : Decodable
  • The status of the response

    Declaration

    Swift

    public let status: String
  • The error object

    Declaration

    Swift

    public let error: Error