Type Alias: FactoryAdapterErrorPage()<RawEventType, RawResponseType, ExecutionContextType>
Type Alias: FactoryAdapterErrorPage()<RawEventType, RawResponseType, ExecutionContextType>
type FactoryAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType> = (container?) => IAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>;
Represents an Adapter factory component error handler.
Type Parameters
RawEventType
RawEventType
RawResponseType
RawResponseType
ExecutionContextType
ExecutionContextType
Parameters
container?
IContainer | any
Returns
IAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
