Stone.js API
    Preparing search index...

    Interface IErrorHandler<TEvent, UResponse>

    ErrorHandler Interface.

    Represents an error handler that provides methods to report and render errors.

    UResponse

    interface IErrorHandler<TEvent extends IncomingEvent, UResponse = unknown> {
        handle: FunctionalErrorHandler<TEvent, UResponse>;
    }

    Type Parameters

    Index