Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 763 Bytes

Error.md

File metadata and controls

15 lines (10 loc) · 763 Bytes

SquareConnect.Error

Description

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

Properties

Name Type Description Notes
category String The high-level category for the error. See ErrorCategory for possible values
code String The specific code of the error. See ErrorCode for possible values
detail String A human-readable description of the error for debugging purposes. [optional]
field String The name of the field provided in the original request (if any) that the error pertains to. [optional]