Sporades SDK API
    Preparing search index...

    Type Alias SporadesError

    Structured error returned by Sporades client SDK operations.

    type SporadesError = {
        hint?: string;
        message: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    hint?: string
    message: string