Type Alias Error

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

Optional free-form metadata associated with the error.

status?: string
title?: string