@shortcut/client
    Preparing search index...

    Interface ShortcutV4ErrorSummary

    What summarizeShortcutV4Error keeps of a rejection: safe to log as is.

    interface ShortcutV4ErrorSummary {
        code?: string;
        method: string;
        path: string;
        status: number;
        tag?: string;
    }
    Index

    Properties

    code?: string

    The body's error, when it is an identifier.

    method: string
    path: string
    status: number
    tag?: string

    The body's tag, when it is an identifier.