AWS SDK for C++  0.12.9
AWS SDK for C++
EFSErrors.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 EFS
23 {
24 enum class AWS_EFS_API EFSErrors
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  BAD_REQUEST= static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
67  UNSUPPORTED_AVAILABILITY_ZONE
68 };
69 namespace EFSErrorMapper
70 {
72 }
73 
74 } // namespace EFS
75 } // namespace Aws
IP_ADDRESS_IN_USE
Definition: EFSErrors.h:51
INTERNAL_FAILURE
Definition: EFSErrors.h:29
RESOURCE_NOT_FOUND
Definition: EFSErrors.h:44
VALIDATION
Definition: EFSErrors.h:42
REQUEST_EXPIRED
Definition: EFSErrors.h:39
AWS_EFS_API Client::AWSError< Client::CoreErrors > GetErrorForName(const char *errorName)
FILE_SYSTEM_LIMIT_EXCEEDED
Definition: EFSErrors.h:51
NETWORK_CONNECTION
Definition: EFSErrors.h:47
INCORRECT_MOUNT_TARGET_STATE
Definition: EFSErrors.h:51
THROTTLING
Definition: EFSErrors.h:41
MISSING_PARAMETER
Definition: EFSErrors.h:37
SERVICE_UNAVAILABLE
Definition: EFSErrors.h:40
NO_FREE_ADDRESSES_IN_SUBNET
Definition: EFSErrors.h:51
#define AWS_EFS_API
Definition: EFS_EXPORTS.h:34
INCORRECT_FILE_SYSTEM_LIFE_CYCLE_STATE
Definition: EFSErrors.h:51
MISSING_ACTION
Definition: EFSErrors.h:35
NETWORK_INTERFACE_LIMIT_EXCEEDED
Definition: EFSErrors.h:51
INVALID_PARAMETER_COMBINATION
Definition: EFSErrors.h:32
FILE_SYSTEM_ALREADY_EXISTS
Definition: EFSErrors.h:51
MISSING_AUTHENTICATION_TOKEN
Definition: EFSErrors.h:36
UNRECOGNIZED_CLIENT
Definition: EFSErrors.h:45
BAD_REQUEST
Definition: EFSErrors.h:51
FILE_SYSTEM_IN_USE
Definition: EFSErrors.h:51
DEPENDENCY_TIMEOUT
Definition: EFSErrors.h:51
ACCESS_DENIED
Definition: EFSErrors.h:43
INVALID_PARAMETER_VALUE
Definition: EFSErrors.h:34
FILE_SYSTEM_NOT_FOUND
Definition: EFSErrors.h:51
OPT_IN_REQUIRED
Definition: EFSErrors.h:38
MOUNT_TARGET_NOT_FOUND
Definition: EFSErrors.h:51
INVALID_ACTION
Definition: EFSErrors.h:30
INCOMPLETE_SIGNATURE
Definition: EFSErrors.h:28
UNKNOWN
Definition: ACMErrors.h:48
MALFORMED_QUERY_STRING
Definition: EFSErrors.h:46
SECURITY_GROUP_NOT_FOUND
Definition: EFSErrors.h:51
MOUNT_TARGET_CONFLICT
Definition: EFSErrors.h:51
INVALID_QUERY_PARAMETER
Definition: EFSErrors.h:33
JSON (JavaScript Object Notation).
INVALID_CLIENT_TOKEN_ID
Definition: EFSErrors.h:31
SUBNET_NOT_FOUND
Definition: EFSErrors.h:51
SECURITY_GROUP_LIMIT_EXCEEDED
Definition: EFSErrors.h:51