AWS SDK for C++  0.12.9
AWS SDK for C++
Route53Errors.h
Go to the documentation of this file.
1 /*
2 * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License").
5 * You may not use this file except in compliance with the License.
6 * A copy of the License is located at
7 *
8 * http://aws.amazon.com/apache2.0
9 *
10 * or in the "license" file accompanying this file. This file is distributed
11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12 * express or implied. See the License for the specific language governing
13 * permissions and limitations under the License.
14 */
15 #pragma once
16 
19 
20 namespace Aws
21 {
22 namespace Route53
23 {
24 enum class AWS_ROUTE53_API Route53Errors
25 {
26  //From Core//
35  MISSING_ACTION = 7, // SDK should never allow
36  MISSING_AUTHENTICATION_TOKEN = 8, // SDK should never allow
37  MISSING_PARAMETER = 9, // SDK should never allow
41  THROTTLING = 13,
42  VALIDATION = 14,
48  UNKNOWN = 100,
50 
51  CONCURRENT_MODIFICATION= static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
90  V_P_C_ASSOCIATION_NOT_FOUND
91 };
92 namespace Route53ErrorMapper
93 {
95 }
96 
97 } // namespace Route53
98 } // namespace Aws
INVALID_V_P_C_ID
Definition: Route53Errors.h:51
DELEGATION_SET_ALREADY_REUSABLE
Definition: Route53Errors.h:51
DELEGATION_SET_ALREADY_CREATED
Definition: Route53Errors.h:51
TOO_MANY_HEALTH_CHECKS
Definition: Route53Errors.h:51
INVALID_TRAFFIC_POLICY_DOCUMENT
Definition: Route53Errors.h:51
OPT_IN_REQUIRED
Definition: Route53Errors.h:38
TOO_MANY_TRAFFIC_POLICY_INSTANCES
Definition: Route53Errors.h:51
DELEGATION_SET_NOT_REUSABLE
Definition: Route53Errors.h:51
INVALID_CHANGE_BATCH
Definition: Route53Errors.h:51
INCOMPATIBLE_VERSION
Definition: Route53Errors.h:51
ACCESS_DENIED
Definition: Route53Errors.h:43
HEALTH_CHECK_ALREADY_EXISTS
Definition: Route53Errors.h:51
NO_SUCH_GEO_LOCATION
Definition: Route53Errors.h:51
INVALID_ARGUMENT
Definition: Route53Errors.h:51
INTERNAL_FAILURE
Definition: Route53Errors.h:29
AWS_ROUTE53_API Client::AWSError< Client::CoreErrors > GetErrorForName(const char *errorName)
TRAFFIC_POLICY_ALREADY_EXISTS
Definition: Route53Errors.h:51
MISSING_PARAMETER
Definition: Route53Errors.h:37
INVALID_DOMAIN_NAME
Definition: Route53Errors.h:51
RESOURCE_NOT_FOUND
Definition: Route53Errors.h:44
NO_SUCH_CHANGE
Definition: Route53Errors.h:51
UNRECOGNIZED_CLIENT
Definition: Route53Errors.h:45
PUBLIC_ZONE_V_P_C_ASSOCIATION
Definition: Route53Errors.h:51
TRAFFIC_POLICY_IN_USE
Definition: Route53Errors.h:51
NO_SUCH_DELEGATION_SET
Definition: Route53Errors.h:51
INVALID_INPUT
Definition: Route53Errors.h:51
TRAFFIC_POLICY_INSTANCE_ALREADY_EXISTS
Definition: Route53Errors.h:51
INCOMPLETE_SIGNATURE
Definition: Route53Errors.h:28
HOSTED_ZONE_ALREADY_EXISTS
Definition: Route53Errors.h:51
LIMITS_EXCEEDED
Definition: Route53Errors.h:51
CONFLICTING_DOMAIN_EXISTS
Definition: Route53Errors.h:51
REQUEST_EXPIRED
Definition: Route53Errors.h:39
THROTTLING
Definition: Route53Errors.h:41
SERVICE_UNAVAILABLE
Definition: Route53Errors.h:40
INVALID_PARAMETER_COMBINATION
Definition: Route53Errors.h:32
HEALTH_CHECK_VERSION_MISMATCH
Definition: Route53Errors.h:51
MISSING_AUTHENTICATION_TOKEN
Definition: Route53Errors.h:36
TOO_MANY_TRAFFIC_POLICIES
Definition: Route53Errors.h:51
HEALTH_CHECK_IN_USE
Definition: Route53Errors.h:51
DELEGATION_SET_NOT_AVAILABLE
Definition: Route53Errors.h:51
MALFORMED_QUERY_STRING
Definition: Route53Errors.h:46
NO_SUCH_TRAFFIC_POLICY
Definition: Route53Errors.h:51
#define AWS_ROUTE53_API
DELEGATION_SET_IN_USE
Definition: Route53Errors.h:51
CONCURRENT_MODIFICATION
Definition: Route53Errors.h:51
NO_SUCH_HOSTED_ZONE
Definition: Route53Errors.h:51
INVALID_ACTION
Definition: Route53Errors.h:30
NO_SUCH_TRAFFIC_POLICY_INSTANCE
Definition: Route53Errors.h:51
UNKNOWN
Definition: ACMErrors.h:48
INVALID_QUERY_PARAMETER
Definition: Route53Errors.h:33
NETWORK_CONNECTION
Definition: Route53Errors.h:47
VALIDATION
Definition: Route53Errors.h:42
HOSTED_ZONE_NOT_FOUND
Definition: Route53Errors.h:51
NO_SUCH_HEALTH_CHECK
Definition: Route53Errors.h:51
INVALID_PARAMETER_VALUE
Definition: Route53Errors.h:34
TOO_MANY_HOSTED_ZONES
Definition: Route53Errors.h:51
PRIOR_REQUEST_NOT_COMPLETE
Definition: Route53Errors.h:51
CONFLICTING_TYPES
Definition: Route53Errors.h:51
JSON (JavaScript Object Notation).
MISSING_ACTION
Definition: Route53Errors.h:35
LAST_V_P_C_ASSOCIATION
Definition: Route53Errors.h:51
INVALID_CLIENT_TOKEN_ID
Definition: Route53Errors.h:31
HOSTED_ZONE_NOT_EMPTY
Definition: Route53Errors.h:51