Type Alias SingleErrorResponse

type SingleErrorResponse = {
    code?: string;
    detail?: string;
    meta?: unknown;
    title?: string;
}
Index

Properties

code?: string

Error code specific to usage-tracker.

detail?: string

Error cause.

meta?: unknown

meta properties for an error.

title?: string

Error title.