AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
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 
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 
73 
74  };
75 
76  namespace RejectedErrorCodeMarshaller
77  {
80  } // namespace RejectedErrorCodeMarshaller
81  } // namespace Iotcommands
82 } // namespace Aws
Exports.h
Aws::Iotcommands::RejectedErrorCodeMarshaller::ToString
AWS_IOTCOMMANDS_API const char * ToString(RejectedErrorCode val)
Definition: RejectedErrorCode.cpp:30
StlAllocator.h
AWS_IOTCOMMANDS_API
#define AWS_IOTCOMMANDS_API
Definition: Exports.h:20
Aws::Iotcommands::RejectedErrorCode::InvalidTopic
@ InvalidTopic
Types.h
Aws
Definition: Allocator.h:11
Aws::Iotcommands::RejectedErrorCode
RejectedErrorCode
Definition: RejectedErrorCode.h:24
Aws::Iotcommands::RejectedErrorCodeMarshaller::FromString
AWS_IOTCOMMANDS_API RejectedErrorCode FromString(const Aws::Crt::String &val)
Definition: RejectedErrorCode.cpp:58
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition: Types.h:45