The error response object describing the error from the handling of an HTTP request.
{ * errors: [ * { * code: "USERS-7", * status: 404, * title: "Not found" * } * ], * traceId: "000000000000000079cf1ebeae103de1" * } Copy
{ * errors: [ * { * code: "USERS-7", * status: 404, * title: "Not found" * } * ], * traceId: "000000000000000079cf1ebeae103de1" * }
Optional
An array of errors related to the operation.
A unique identifier for tracing the error.
The error response object describing the error from the handling of an HTTP request.
Example