AWS IoT Device SDK C++ v2
1.44.1
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
commands
include
aws
iotcommands
RejectedErrorCode.h
Go to the documentation of this file.
1
#pragma once
2
3
/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
* SPDX-License-Identifier: Apache-2.0.
5
*
6
* This file is generated
7
*/
8
9
#include <
aws/iotcommands/Exports.h
>
10
11
#include <
aws/crt/StlAllocator.h
>
12
#include <
aws/crt/Types.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotcommands
17
{
18
23
enum class
RejectedErrorCode
24
{
28
InvalidTopic
,
29
33
InvalidJson
,
34
38
InvalidRequest
,
39
45
InvalidStateTransition
,
46
50
ResourceNotFound
,
51
57
VersionMismatch
,
58
62
InternalError
,
63
67
RequestThrottled
,
68
72
TerminalStateReached
,
73
74
};
75
76
namespace
RejectedErrorCodeMarshaller
77
{
78
AWS_IOTCOMMANDS_API
const
char
*
ToString
(
RejectedErrorCode
val);
79
AWS_IOTCOMMANDS_API
RejectedErrorCode
FromString
(
const
Aws::Crt::String
&val);
80
}
// namespace RejectedErrorCodeMarshaller
81
}
// namespace Iotcommands
82
}
// namespace Aws
StlAllocator.h
Types.h
Exports.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition
Exports.h:20
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition
Types.h:45
Aws::Iotcommands::RejectedErrorCodeMarshaller
Definition
RejectedErrorCode.h:77
Aws::Iotcommands::RejectedErrorCodeMarshaller::FromString
AWS_IOTCOMMANDS_API RejectedErrorCode FromString(const Aws::Crt::String &val)
Definition
RejectedErrorCode.cpp:58
Aws::Iotcommands::RejectedErrorCodeMarshaller::ToString
AWS_IOTCOMMANDS_API const char * ToString(RejectedErrorCode val)
Definition
RejectedErrorCode.cpp:30
Aws::Iotcommands
Definition
CommandExecutionEvent.h:17
Aws::Iotcommands::RejectedErrorCode
RejectedErrorCode
Definition
RejectedErrorCode.h:24
Aws::Iotcommands::RejectedErrorCode::InvalidStateTransition
@ InvalidStateTransition
Definition
RejectedErrorCode.h:45
Aws::Iotcommands::RejectedErrorCode::VersionMismatch
@ VersionMismatch
Definition
RejectedErrorCode.h:57
Aws::Iotcommands::RejectedErrorCode::InvalidJson
@ InvalidJson
Definition
RejectedErrorCode.h:33
Aws::Iotcommands::RejectedErrorCode::InternalError
@ InternalError
Definition
RejectedErrorCode.h:62
Aws::Iotcommands::RejectedErrorCode::TerminalStateReached
@ TerminalStateReached
Definition
RejectedErrorCode.h:72
Aws::Iotcommands::RejectedErrorCode::ResourceNotFound
@ ResourceNotFound
Definition
RejectedErrorCode.h:50
Aws::Iotcommands::RejectedErrorCode::InvalidRequest
@ InvalidRequest
Definition
RejectedErrorCode.h:38
Aws::Iotcommands::RejectedErrorCode::InvalidTopic
@ InvalidTopic
Definition
RejectedErrorCode.h:28
Aws::Iotcommands::RejectedErrorCode::RequestThrottled
@ RequestThrottled
Definition
RejectedErrorCode.h:67
Aws
Definition
Allocator.h:11
Generated by
1.17.0