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

Latest commit

 

History

History
17 lines (10 loc) · 685 Bytes

Error.md

File metadata and controls

17 lines (10 loc) · 685 Bytes

Error

Description

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

Properties

Name Type Description Notes
category String The error's high-level category. See ErrorCategory for possible values
code String The error's specific code. 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 that the error pertains to, if any. [optional]