Represent a user-facing Error.
JSON representation |
---|
{ "reason": string, "errorUuid": string, "message": string, "errorTime": string, "details": { string: string, ... } } |
Fields | |
---|---|
reason |
A title that explains the reason for the error. |
errorUuid |
A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses. |
message |
A message containing more information about the error that occurred. |
errorTime |
The time when the error occurred. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
details |
Additional information about the error. An object containing a list of |