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

Files

Latest commit

cc1dea6 · Nov 20, 2019

History

History
19 lines (11 loc) · 1.01 KB

Error.md

File metadata and controls

19 lines (11 loc) · 1.01 KB

Square.Connect.Model.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. See ErrorCategory for possible values
Code string The specific code of the error. See `ErrorCode` for possible values 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]

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