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. |
error |
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. |
error |
The time when the error occurred. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
details |
Additional information about the error. An object containing a list of |