Type Alias ErrorResponse

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

Properties

Properties

errors?: HttpResult[]
traceId?: string