The error response object describing the error from the handling of an HTTP request.
{ * errors: [ * { * code: "IDENTITIES-10402", * title: "Not Found" * } * ], * traceId: "0000000000000000200ba0714061b982" * } Copy
{ * errors: [ * { * code: "IDENTITIES-10402", * title: "Not Found" * } * ], * traceId: "0000000000000000200ba0714061b982" * }
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