Stone.js API
    Preparing search index...

    Interface AdapterErrorPageRenderContext<TError>

    React Adapter render page error options.

    interface AdapterErrorPageRenderContext<TError = any> {
        blueprint: IBlueprint;
        error: TError;
        statusCode: number;
    }

    Type Parameters

    • TError = any
    Index
    blueprint: IBlueprint
    error: TError
    statusCode: number