Interface: MetaAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
Interface: MetaAdapterErrorPage<RawEventType, RawResponseType, ExecutionContextType>
Represents an Adapter meta component error handler.
Type Parameters
RawEventType
RawEventType
RawResponseType
RawResponseType
ExecutionContextType
ExecutionContextType
Properties
adapterAlias?
optional adapterAlias: string;
error?
optional error: any;
isClass?
optional isClass: boolean;
isFactory?
optional isFactory: boolean;
layout?
optional layout: unknown;
lazy?
optional lazy: boolean;
module
module:
| AdapterErrorPageType<RawEventType, RawResponseType, ExecutionContextType>
| Laziable<AdapterErrorPageType<RawEventType, RawResponseType, ExecutionContextType>>;
platform?
optional platform: string;