Index
ErrorDescription
(message)ErrorDescription.ErrorMessage
(message)
ErrorDescription
Describes violations in a client request. This error type focuses on the error messages and their translations.
Fields | |
---|---|
trace_ |
Trace id of the failing request for debugging purposes. |
error_ |
List of user-facing error messages. |
ErrorMessage
An error message and its translation, if present.
Fields | |
---|---|
error_ |
A user-facing error message. |
translated_ |
A localized error message. Will show the default error message if there is no translation. |