Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 549 Bytes

DetailedError.md

File metadata and controls

13 lines (11 loc) · 549 Bytes

DetailedError

Properties

Name Type Description Notes
reason ReasonEnum Unique identifier for this error. Different from the error.code property in that this is not an http response code.
message String A human readable message providing more details about the error. If there is only one error, this field will match error.message.

Enum: ReasonEnum

Name Value
OTHER "Other"