AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
RejectedErrorCode.cpp File Reference
#include <aws/iotcommands/RejectedErrorCode.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/StringUtils.h>
#include <assert.h>

Namespaces

namespace  Aws
namespace  Aws::Iotcommands
namespace  Aws::Iotcommands::RejectedErrorCodeMarshaller

Functions

AWS_IOTCOMMANDS_API const char * Aws::Iotcommands::RejectedErrorCodeMarshaller::ToString (RejectedErrorCode val)
AWS_IOTCOMMANDS_API RejectedErrorCode Aws::Iotcommands::RejectedErrorCodeMarshaller::FromString (const Aws::Crt::String &val)

Variables

static const size_t INVALID_TOPIC_HASH = Aws::Crt::HashString("InvalidTopic")
static const size_t INVALID_JSON_HASH = Aws::Crt::HashString("InvalidJson")
static const size_t INVALID_REQUEST_HASH = Aws::Crt::HashString("InvalidRequest")
static const size_t INVALID_STATE_TRANSITION_HASH = Aws::Crt::HashString("InvalidStateTransition")
static const size_t RESOURCE_NOT_FOUND_HASH = Aws::Crt::HashString("ResourceNotFound")
static const size_t VERSION_MISMATCH_HASH = Aws::Crt::HashString("VersionMismatch")
static const size_t INTERNAL_ERROR_HASH = Aws::Crt::HashString("InternalError")
static const size_t REQUEST_THROTTLED_HASH = Aws::Crt::HashString("RequestThrottled")
static const size_t TERMINAL_STATE_REACHED_HASH = Aws::Crt::HashString("TerminalStateReached")

Variable Documentation

◆ INTERNAL_ERROR_HASH

const size_t INTERNAL_ERROR_HASH = Aws::Crt::HashString("InternalError")
static

◆ INVALID_JSON_HASH

const size_t INVALID_JSON_HASH = Aws::Crt::HashString("InvalidJson")
static

◆ INVALID_REQUEST_HASH

const size_t INVALID_REQUEST_HASH = Aws::Crt::HashString("InvalidRequest")
static

◆ INVALID_STATE_TRANSITION_HASH

const size_t INVALID_STATE_TRANSITION_HASH = Aws::Crt::HashString("InvalidStateTransition")
static

◆ INVALID_TOPIC_HASH

const size_t INVALID_TOPIC_HASH = Aws::Crt::HashString("InvalidTopic")
static

◆ REQUEST_THROTTLED_HASH

const size_t REQUEST_THROTTLED_HASH = Aws::Crt::HashString("RequestThrottled")
static

◆ RESOURCE_NOT_FOUND_HASH

const size_t RESOURCE_NOT_FOUND_HASH = Aws::Crt::HashString("ResourceNotFound")
static

◆ TERMINAL_STATE_REACHED_HASH

const size_t TERMINAL_STATE_REACHED_HASH = Aws::Crt::HashString("TerminalStateReached")
static

◆ VERSION_MISMATCH_HASH

const size_t VERSION_MISMATCH_HASH = Aws::Crt::HashString("VersionMismatch")
static