AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Classes | Namespaces | Enumerations
ErrorCallbackInterface.h File Reference
#include <memory>
#include <string>
Include dependency graph for ErrorCallbackInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alexaClientSDK::properties::ErrorCallbackInterface
 Callback interface to handle errors. More...
 

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::properties
 Properties Implementation.
 

Enumerations

enum  alexaClientSDK::properties::StatusCode {
  alexaClientSDK::properties::StatusCode::SUCCESS = 1, alexaClientSDK::properties::StatusCode::UNKNOWN_ERROR = 2, alexaClientSDK::properties::StatusCode::HSM_ERROR = 3, alexaClientSDK::properties::StatusCode::CRYPTO_ERROR = 4,
  alexaClientSDK::properties::StatusCode::DIGEST_ERROR = 5, alexaClientSDK::properties::StatusCode::INNER_PROPERTIES_ERROR = 6
}
 Possible error causes. More...
 
enum  alexaClientSDK::properties::Action { alexaClientSDK::properties::Action::CONTINUE = 1, alexaClientSDK::properties::Action::FAIL = 2, alexaClientSDK::properties::Action::CLEAR_DATA = 3, alexaClientSDK::properties::Action::RETRY = 4 }
 Error action. More...
 

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