Type Alias Errors

Standard error response wrapper containing one or more error details and a trace ID for diagnostics.

type Errors = {
    errors?: Error[];
    traceId?: string;
}
Index

Properties

Properties

errors?: Error[]

Array of error objects describing what went wrong.

traceId?: string