Stone.js API
    Preparing search index...

    Interface ErrorPageOptions

    Options for configuring the ErrorPage decorator.

    interface ErrorPageOptions {
        error: string | string[];
        layout?: string;
    }

    Hierarchy

    • ErrorHandlerOptions
      • ErrorPageOptions
    Index
    error: string | string[]

    Additional configuration settings for the ErrorHandler, if needed.

    layout?: string