Interface: AdapterErrorContext<RawEventType, RawResponseType, ExecutionContextType>
Interface: AdapterErrorContext<RawEventType, RawResponseType, ExecutionContextType>
Class representing an AdapterErrorContext.
Type Parameters
RawEventType
RawEventType
RawResponseType
RawResponseType
ExecutionContextType
ExecutionContextType
Properties
executionContext
readonly executionContext: ExecutionContextType;
The executionContext of type ExecutionContextType.
rawEvent
readonly rawEvent: RawEventType;
The rawEvent of type RawEventType.
rawResponseBuilder
readonly rawResponseBuilder: IAdapterEventBuilder<RawResponseOptions, IRawResponseWrapper<RawResponseType>>;
The rawResponseBuilder.