AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
ExceptionEncounteredSender.cpp File Reference
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include <AVSCommon/AVS/AVSContext.h>
#include <AVSCommon/AVS/MessageRequest.h>
#include <AVSCommon/AVS/EventBuilder.h>
#include <AVSCommon/AVS/ExceptionEncounteredSender.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/JSON/JSONUtils.h>
#include <AVSCommon/Utils/UUIDGeneration/UUIDGeneration.h>
Include dependency graph for ExceptionEncounteredSender.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::avs
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string alexaClientSDK::avsCommon::avs::TAG ("ExceptionEncountered")
 String to identify log entries originating from this file. More...
 

Variables

static const std::string alexaClientSDK::avsCommon::avs::NAMESPACE = "System"
 The namespace for this event. More...
 
static const std::string alexaClientSDK::avsCommon::avs::EXCEPTION_ENCOUNTERED_EVENT_NAME = "ExceptionEncountered"
 JSON value for a ExceptionEncountered event's name. More...
 
static const char alexaClientSDK::avsCommon::avs::UNPARSED_DIRECTIVE_KEY_STRING [] = "unparsedDirective"
 JSON key for the unparsedDirective field of the ExceptionEncountered event. More...
 
static const char alexaClientSDK::avsCommon::avs::ERROR_KEY [] = "error"
 JSON key for the error field of the ExceptionEncountered event. More...
 
static const char alexaClientSDK::avsCommon::avs::ERROR_TYPE_KEY [] = "type"
 JSON key for the ExceptionEncountered event's error type. More...
 
static const char alexaClientSDK::avsCommon::avs::ERROR_MESSAGE_KEY [] = "message"
 JSON key for the ExceptionEncountered event's error message. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
eventThe event string for this LogEntry.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0