Square.Connect.Model.Error

November 20, 2019 ยท View on GitHub

Description

Represents an error encountered during a request to the Connect API. See Handling errors for more information.

Properties

NameTypeDescriptionNotes
CategorystringThe high-level category for the error. See `ErrorCategory` for possible values. See ErrorCategory for possible values
CodestringThe specific code of the error. See `ErrorCode` for possible values See ErrorCode for possible values
DetailstringA human-readable description of the error for debugging purposes.[optional]
FieldstringThe name of the field provided in the original request (if any) that the error pertains to.[optional]

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