AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImagebuilderErrors.h
1
6#pragma once
7
8#include <aws/core/client/AWSError.h>
9#include <aws/core/client/CoreErrors.h>
10#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
11
12namespace Aws
13{
14namespace imagebuilder
15{
17{
18 //From Core//
27 MISSING_ACTION = 7, // SDK should never allow
28 MISSING_AUTHENTICATION_TOKEN = 8, // SDK should never allow
29 MISSING_PARAMETER = 9, // SDK should never allow
30 OPT_IN_REQUIRED = 10,
31 REQUEST_EXPIRED = 11,
33 THROTTLING = 13,
34 VALIDATION = 14,
35 ACCESS_DENIED = 15,
39 SLOW_DOWN = 19,
44 REQUEST_TIMEOUT = 24,
46
47 UNKNOWN = 100,
49
50 CALL_RATE_LIMIT_EXCEEDED= static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
51 CLIENT,
61 SERVICE,
63};
64
65class AWS_IMAGEBUILDER_API ImagebuilderError : public Aws::Client::AWSError<ImagebuilderErrors>
66{
67public:
73
74 template <typename T>
76};
77
78namespace ImagebuilderErrorMapper
79{
80 AWS_IMAGEBUILDER_API Aws::Client::AWSError<Aws::Client::CoreErrors> GetErrorForName(const char* errorName);
81}
82
83} // namespace imagebuilder
84} // namespace Aws
ImagebuilderError(Aws::Client::AWSError< ImagebuilderErrors > &&rhs)
ImagebuilderError(Aws::Client::AWSError< Aws::Client::CoreErrors > &&rhs)
ImagebuilderError(const Aws::Client::AWSError< ImagebuilderErrors > &rhs)
ImagebuilderError(const Aws::Client::AWSError< Aws::Client::CoreErrors > &rhs)
AWS_IMAGEBUILDER_API Aws::Client::AWSError< Aws::Client::CoreErrors > GetErrorForName(const char *errorName)