string
The type of error that is carried within this response. The value of this type
is an URI that can be dereferenced for a human-readable explanation of the error type.
string
A short, human-readable summary of the problem.
string
A human-readable explanation specific to this occurrence of the problem.
string
Enum:
BusinessError
TechnicalError
Category of the error, used primarily to determine whether the same request should be retried or not.\
Possible values:\
* `BusinessError` - A business error occured. This request should *not* be retried without modification
* `TechnicalError` - A temporary, technical error occurred. the request *should* be retried after a back-off period.