Stone.js API
    Preparing search index...

    Class representing an NodeHttpErrorHandler.

    Implements

    • IAdapterErrorHandler<IncomingMessage, ServerResponse, NodeHttpServer>
    Index
    • Handle an error.

      Parameters

      • error: Error

        The error to handle.

      • context: AdapterErrorContext<
            IncomingMessage,
            ServerResponse<IncomingMessage>,
            NodeHttpServer,
        >

        The context of the adapter.

      Returns AdapterEventBuilderType<ServerResponse<IncomingMessage>>

      The raw response builder.