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
Enum:
BUSINESS_ERROR
TECHNICAL_ERROR
Category of the error, used primarily to determine whether the same request should be retried or not. Possible values:
* `BUSINESS_ERROR` - A business error occured. This request should *not* be retried without modification
* `TECHNICAL_ERROR` - A temporary, technical error occurred. the request *should* be retried after a back-off period.
string
A short, human-readable summary of the problem.
string
A short, human-readable summary of the problem. Identical to `title`.