Interface: IAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
Interface: IAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
Represents an Adapter component error handler.
Type Parameters
RawEventType
RawEventType
RawResponseType
RawResponseType
ExecutionContextType
ExecutionContextType
Properties
handle?
optional handle: FunctionalAdapterErrorHandler<RawEventType, RawResponseType, ExecutionContextType>;
render()
render: (context) => ReactNode;
Parameters
context
AdapterErrorPageRenderContext
<any
>
Returns
ReactNode