Stone.js API
    Preparing search index...

    Interface IAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>

    Adapter ErrorHandler Interface.

    Represents an error handler for the adapters, which can handle errors and return responses.

    interface IAdapterErrorHandler<
        RawEventType,
        RawResponseType,
        ExecutionContextType,
    > {
        handle: FunctionalAdapterErrorHandler<
            RawEventType,
            RawResponseType,
            ExecutionContextType,
        >;
    }

    Type Parameters

    • RawEventType
    • RawResponseType
    • ExecutionContextType
    Index