AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
jobs
include
aws
iotjobs
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/iotjobs/Exports.h
>
10
11
#include <
aws/crt/StlAllocator.h
>
12
#include <
aws/crt/Types.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotjobs
17
{
18
23
enum class
RejectedErrorCode
24
{
28
InvalidTopic,
29
33
InvalidJson,
34
38
InvalidRequest,
39
44
InvalidStateTransition,
45
49
ResourceNotFound,
50
55
VersionMismatch,
56
60
InternalError,
61
65
RequestThrottled,
66
70
TerminalStateReached
,
71
72
};
73
74
namespace
RejectedErrorCodeMarshaller
75
{
76
AWS_IOTJOBS_API
const
char
*
ToString
(
RejectedErrorCode
val);
77
AWS_IOTJOBS_API
RejectedErrorCode
FromString
(
const
Aws::Crt::String
&val);
78
}
// namespace RejectedErrorCodeMarshaller
79
}
// namespace Iotjobs
80
}
// namespace Aws
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition:
Exports.h:20
Aws::Iotjobs::RejectedErrorCode
RejectedErrorCode
Definition:
RejectedErrorCode.h:24
StlAllocator.h
Exports.h
Aws::Iotjobs::RejectedErrorCode::InvalidTopic
@ InvalidTopic
Types.h
Aws
Definition:
Allocator.h:11
Aws::Iotjobs::RejectedErrorCodeMarshaller::FromString
AWS_IOTJOBS_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
Aws::Iotjobs::RejectedErrorCodeMarshaller::ToString
AWS_IOTJOBS_API const char * ToString(RejectedErrorCode val)
Definition:
RejectedErrorCode.cpp:30
Generated by
1.8.20