![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <ExceptionEncounteredSenderInterface.h>
Public Member Functions | |
virtual | ~ExceptionEncounteredSenderInterface ()=default |
virtual void | sendExceptionEncountered (const std::string &unparsedDirective, avs::ExceptionErrorType error, const std::string &errorDescription)=0 |
This specifies the interface to send an ExceptionEncountered event to AVS.
|
virtualdefault |
Virtual destructor to ensure proper cleanup by derived types.
|
pure virtual |
Send a System::ExceptionEncountered
message to AVS.
AVSDirectives
.unparsedDirective | The unparsed JSON of the directive. |
error | The type of error encountered. |
errorDescription | Additional error details for logging and troubleshooting. |
Implemented in alexaClientSDK::capabilityAgents::mrm::test::WaitableExceptionEncounteredSender, and alexaClientSDK::avsCommon::avs::ExceptionEncounteredSender.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0