The error response object describing the error from the handling of an HTTP request.
{ * errors: [ * { * code: "GROUPS-7", * status: 404, * title: "Not found" * } * ], * traceId: "00000000000000000137b213cf12a77b" * } Copy
{ * errors: [ * { * code: "GROUPS-7", * status: 404, * title: "Not found" * } * ], * traceId: "00000000000000000137b213cf12a77b" * }
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