Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

Error.md

File metadata and controls

14 lines (10 loc) · 1.01 KB

Error

Properties

Name Getter Setter Type Description Notes
category getCategory() setCategory($value) string The error's high-level category. See ErrorCategory for possible values.
code getCode() setCode($value) string The error's specific code. See ErrorCode for possible values
detail getDetail() setDetail($value) string A human-readable description of the error for debugging purposes. [optional]
field getField() setField($value) string The name of the field provided in the original request that the error pertains to, if any. [optional]

Note: All properties are protected and only accessed via getters and setters.

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