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. |
errorTime
|
The time when the error occurred. Uses RFC 3339, where generated output will always be Z-normalized and use 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 |

