Interface: IAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>
Interface: IAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>
Adapter ErrorHandler Interface.
Represents an error handler for the adapters, which can handle errors and return responses.
Type Parameters
RawEventType
RawEventType
RawResponseType
RawResponseType
ExecutionContextType
ExecutionContextType
Properties
handle
handle: FunctionalAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>;