FormXAPIExtractErrorResponse

FormXAPIExtractErrorResponse contains the error response return by FormXAPIClient.extract API.

Constructors

Properties

Link copied to clipboard
@SerializedName(value = "error")
val error: FormXAPIExtractErrorField

the error field of the response.

Link copied to clipboard
@SerializedName(value = "status")
val status: String

the status of the response. It is always "error".