Type Alias: AdapterErrorPageType<RawEventType, RawResponseType, ExecutionContextType>
Type Alias: AdapterErrorPageType<RawEventType, RawResponseType, ExecutionContextType>
type AdapterErrorPageType<RawEventType, RawResponseType, ExecutionContextType> =
| AdapterErrorPageClass<RawEventType, RawResponseType, ExecutionContextType>
| FactoryAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>;
Represents an Adapter component error handler type.
Type Parameters
RawEventType
RawEventType
RawResponseType
RawResponseType
ExecutionContextType
ExecutionContextType