Type Alias Meta

type Meta = {
    explain?: unknown;
    fault?: boolean;
    temporary?: boolean;
    timeout?: boolean;
}
Index

Properties

explain?: unknown

Further explanation of the error

fault?: boolean

Is the error a server-side fault?

temporary?: boolean

Is the error temporary?

timeout?: boolean

Is the error a timeout?