Type Alias ErrorResponse

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

Properties

Properties

errors?: HttpResult[]
traceId?: string

A way to trace the source of the error.