AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ElasticBeanstalkErrors.h
1
6#pragma once
7
8#include <aws/core/client/AWSError.h>
9#include <aws/core/client/CoreErrors.h>
10#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
11
12namespace Aws {
13namespace ElasticBeanstalk {
15 // From Core//
24 MISSING_ACTION = 7, // SDK should never allow
25 MISSING_AUTHENTICATION_TOKEN = 8, // SDK should never allow
26 MISSING_PARAMETER = 9, // SDK should never allow
27 OPT_IN_REQUIRED = 10,
28 REQUEST_EXPIRED = 11,
30 THROTTLING = 13,
31 VALIDATION = 14,
32 ACCESS_DENIED = 15,
36 SLOW_DOWN = 19,
41 REQUEST_TIMEOUT = 24,
43
44 UNKNOWN = 100,
46
47 CODE_BUILD_NOT_IN_SERVICE_REGION = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
65};
66
67class AWS_ELASTICBEANSTALK_API ElasticBeanstalkError : public Aws::Client::AWSError<ElasticBeanstalkErrors> {
68 public:
74
75 template <typename T>
77};
78
79namespace ElasticBeanstalkErrorMapper {
80AWS_ELASTICBEANSTALK_API Aws::Client::AWSError<Aws::Client::CoreErrors> GetErrorForName(const char* errorName);
81}
82
83} // namespace ElasticBeanstalk
84} // namespace Aws
ElasticBeanstalkError(const Aws::Client::AWSError< ElasticBeanstalkErrors > &rhs)
ElasticBeanstalkError(Aws::Client::AWSError< Aws::Client::CoreErrors > &&rhs)
ElasticBeanstalkError(Aws::Client::AWSError< ElasticBeanstalkErrors > &&rhs)
ElasticBeanstalkError(const Aws::Client::AWSError< Aws::Client::CoreErrors > &rhs)
AWS_ELASTICBEANSTALK_API Aws::Client::AWSError< Aws::Client::CoreErrors > GetErrorForName(const char *errorName)