Stone.js API
    Preparing search index...

    Interface AdapterErrorPageOptions

    Options for configuring the AdapterErrorPage decorator.

    interface AdapterErrorPageOptions {
        adapterAlias?: string;
        error: string | string[];
        layout?: string;
        platform?: string;
    }

    Hierarchy

    • AdapterErrorHandlerOptions
      • AdapterErrorPageOptions
    Index
    adapterAlias?: string

    The alias name for which the AdapterErrorHandler is used.

    error: string | string[]

    Additional configuration settings for the AdapterErrorHandler, if needed.

    layout?: string
    platform?: string

    The platform name for which the AdapterErrorHandler is used.