Type Alias ErrorResponse

type ErrorResponse = {
    errors?: ErrorMessage[];
    hasErrors?: boolean;
    traceId?: string;
}
Index

Properties

errors?: ErrorMessage[]
hasErrors?: boolean
traceId?: string