Type Alias ErrorV2

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

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

Properties

Properties

traceId?: string