AWS IoT Device SDK C++ v2
1.14.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
const
char
*
AWS_IOTJOBS_API
ToString
(
RejectedErrorCode
val);
77
RejectedErrorCode
AWS_IOTJOBS_API
FromString
(
const
Aws::Crt::String
&val);
78
}
// namespace RejectedErrorCodeMarshaller
79
}
// namespace Iotjobs
80
}
// namespace Aws
StlAllocator.h
Types.h
Exports.h
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition:
Exports.h:20
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition:
Types.h:47
Aws::Iotjobs::RejectedErrorCodeMarshaller::FromString
RejectedErrorCode AWS_IOTJOBS_API FromString(const Aws::Crt::String &val)
Definition:
RejectedErrorCode.cpp:58
Aws::Iotjobs::RejectedErrorCodeMarshaller::ToString
const char *AWS_IOTJOBS_API ToString(RejectedErrorCode val)
Definition:
RejectedErrorCode.cpp:30
Aws::Iotjobs::RejectedErrorCode
RejectedErrorCode
Definition:
RejectedErrorCode.h:24
Aws::Iotjobs::RejectedErrorCode::InvalidStateTransition
@ InvalidStateTransition
Aws::Iotjobs::RejectedErrorCode::VersionMismatch
@ VersionMismatch
Aws::Iotjobs::RejectedErrorCode::InvalidJson
@ InvalidJson
Aws::Iotjobs::RejectedErrorCode::InternalError
@ InternalError
Aws::Iotjobs::RejectedErrorCode::TerminalStateReached
@ TerminalStateReached
Aws::Iotjobs::RejectedErrorCode::ResourceNotFound
@ ResourceNotFound
Aws::Iotjobs::RejectedErrorCode::InvalidRequest
@ InvalidRequest
Aws::Iotjobs::RejectedErrorCode::InvalidTopic
@ InvalidTopic
Aws::Iotjobs::RejectedErrorCode::RequestThrottled
@ RequestThrottled
Aws
Definition:
Api.h:17
Generated by
1.9.2