Type Alias ErrorResponse

{
* errors: [
* {
* code: "HTTP-123",
* title: "short error message"
* }
* ],
* traceId: "7975401f3954aa47"
* }
type ErrorResponse = {
    errors?: SingleErrorResponse[];
    traceId?: string;
}
Index

Properties

Properties

Array of errors

traceId?: string

trace id