@shortcut/client
    Preparing search index...

    Interface ApiError

    Error response body.

    interface ApiError {
        errors?: Record<string, any>;
        message: string;
        tag?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    errors?: Record<string, any>

    Field-level details, when present.

    message: string

    Human-readable description of the error.

    tag?: string

    Machine-readable error tag.