Type Alias ErrorResponse

type ErrorResponse = {
    errors?: ErrorResponseCode[];
    traceId?: string;
}
Index
traceId?: string