FormXAPIExtractErrorResponse

public struct FormXAPIExtractErrorResponse : Decodable

FormXAPIExtractErrorResponse is the error response returned by the FormXAPIClient.extract(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