Stone.js API
    Preparing search index...

    Interface MetaAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>

    MetaAdapterErrorHandler Interface.

    Represents a metadata object for an adapter error handler.

    interface MetaAdapterErrorHandler<
        RawEventType = any,
        RawResponseType = any,
        ExecutionContextType = any,
    > {
        isClass?: boolean;
        isFactory?: boolean;
        module: AdapterErrorHandlerType<
            RawEventType,
            RawResponseType,
            ExecutionContextType,
        >;
    }

    Type Parameters

    • RawEventType = any
    • RawResponseType = any
    • ExecutionContextType = any
    Index
    isClass?: boolean
    isFactory?: boolean