Type Alias ErrorResponse

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

Properties

Properties

traceId?: string