Type Alias ErrorV2

A standard error response containing a list of one or more errors.

type ErrorV2 = {
    errors?: odagRequests.ErrorDetailsV2[];
    traceId?: string;
}
Index
traceId?: string

A unique ID of the trace which the error occurred in. Makes it possible to locate involved services and find log messages from the time of the error.