Stone.js API
    Preparing search index...

    Interface AdapterErrorHandlerOptions

    AdapterErrorHandler options.

    This interface defines the AdapterErrorHandler options for marking a class as a AdapterErrorHandler.

    interface AdapterErrorHandlerOptions {
        adapterAlias?: string;
        error: string | string[];
        platform?: string;
    }
    Index
    adapterAlias?: string

    The alias name for which the AdapterErrorHandler is used.

    error: string | string[]

    Additional configuration settings for the AdapterErrorHandler, if needed.

    platform?: string

    The platform name for which the AdapterErrorHandler is used.