Error

March 27, 2019 ยท View on GitHub

squareconnect.models.error

Description

Represents an error encountered during a request to the Connect API.

Properties

NameTypeDescriptionNotes
categorystrThe error's high-level category. See ErrorCategory for possible values
codestrThe error's specific code. See ErrorCode for possible values
detailstrA human-readable description of the error for debugging purposes.[optional]
fieldstrThe name of the field provided in the original request that the error pertains to, if any.[optional]

[Back to Model list] [Back to API list] [Back to README]