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

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

Properties

Properties

traceId?: string