AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-storagegateway
include
aws
storagegateway
model
ErrorCode.h
1
6
#pragma once
7
#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
StorageGateway
13
{
14
namespace
Model
15
{
16
enum class
ErrorCode
17
{
18
NOT_SET
,
19
ActivationKeyExpired
,
20
ActivationKeyInvalid
,
21
ActivationKeyNotFound
,
22
GatewayInternalError
,
23
GatewayNotConnected
,
24
GatewayNotFound
,
25
GatewayProxyNetworkConnectionBusy
,
26
AuthenticationFailure
,
27
BandwidthThrottleScheduleNotFound
,
28
Blocked
,
29
CannotExportSnapshot
,
30
ChapCredentialNotFound
,
31
DiskAlreadyAllocated
,
32
DiskDoesNotExist
,
33
DiskSizeGreaterThanVolumeMaxSize
,
34
DiskSizeLessThanVolumeSize
,
35
DiskSizeNotGigAligned
,
36
DuplicateCertificateInfo
,
37
DuplicateSchedule
,
38
EndpointNotFound
,
39
IAMNotSupported
,
40
InitiatorInvalid
,
41
InitiatorNotFound
,
42
InternalError
,
43
InvalidGateway
,
44
InvalidEndpoint
,
45
InvalidParameters
,
46
InvalidSchedule
,
47
LocalStorageLimitExceeded
,
48
LunAlreadyAllocated
,
49
LunInvalid
,
50
JoinDomainInProgress
,
51
MaximumContentLengthExceeded
,
52
MaximumTapeCartridgeCountExceeded
,
53
MaximumVolumeCountExceeded
,
54
NetworkConfigurationChanged
,
55
NoDisksAvailable
,
56
NotImplemented
,
57
NotSupported
,
58
OperationAborted
,
59
OutdatedGateway
,
60
ParametersNotImplemented
,
61
RegionInvalid
,
62
RequestTimeout
,
63
ServiceUnavailable
,
64
SnapshotDeleted
,
65
SnapshotIdInvalid
,
66
SnapshotInProgress
,
67
SnapshotNotFound
,
68
SnapshotScheduleNotFound
,
69
StagingAreaFull
,
70
StorageFailure
,
71
TapeCartridgeNotFound
,
72
TargetAlreadyExists
,
73
TargetInvalid
,
74
TargetNotFound
,
75
UnauthorizedOperation
,
76
VolumeAlreadyExists
,
77
VolumeIdInvalid
,
78
VolumeInUse
,
79
VolumeNotFound
,
80
VolumeNotReady
81
};
82
83
namespace
ErrorCodeMapper
84
{
85
AWS_STORAGEGATEWAY_API
ErrorCode
GetErrorCodeForName
(
const
Aws::String
& name);
86
87
AWS_STORAGEGATEWAY_API
Aws::String
GetNameForErrorCode
(
ErrorCode
value);
88
}
// namespace ErrorCodeMapper
89
}
// namespace Model
90
}
// namespace StorageGateway
91
}
// namespace Aws
Aws::StorageGateway::Model::ErrorCodeMapper::GetNameForErrorCode
AWS_STORAGEGATEWAY_API Aws::String GetNameForErrorCode(ErrorCode value)
Aws::StorageGateway::Model::ErrorCodeMapper::GetErrorCodeForName
AWS_STORAGEGATEWAY_API ErrorCode GetErrorCodeForName(const Aws::String &name)
Aws::StorageGateway::Model::ErrorCode
ErrorCode
Definition
ErrorCode.h:17
Aws::StorageGateway::Model::ErrorCode::GatewayInternalError
@ GatewayInternalError
Aws::StorageGateway::Model::ErrorCode::DiskAlreadyAllocated
@ DiskAlreadyAllocated
Aws::StorageGateway::Model::ErrorCode::NetworkConfigurationChanged
@ NetworkConfigurationChanged
Aws::StorageGateway::Model::ErrorCode::InvalidParameters
@ InvalidParameters
Aws::StorageGateway::Model::ErrorCode::ParametersNotImplemented
@ ParametersNotImplemented
Aws::StorageGateway::Model::ErrorCode::SnapshotInProgress
@ SnapshotInProgress
Aws::StorageGateway::Model::ErrorCode::ServiceUnavailable
@ ServiceUnavailable
Aws::StorageGateway::Model::ErrorCode::DiskSizeGreaterThanVolumeMaxSize
@ DiskSizeGreaterThanVolumeMaxSize
Aws::StorageGateway::Model::ErrorCode::RequestTimeout
@ RequestTimeout
Aws::StorageGateway::Model::ErrorCode::TapeCartridgeNotFound
@ TapeCartridgeNotFound
Aws::StorageGateway::Model::ErrorCode::EndpointNotFound
@ EndpointNotFound
Aws::StorageGateway::Model::ErrorCode::InvalidEndpoint
@ InvalidEndpoint
Aws::StorageGateway::Model::ErrorCode::ActivationKeyInvalid
@ ActivationKeyInvalid
Aws::StorageGateway::Model::ErrorCode::OperationAborted
@ OperationAborted
Aws::StorageGateway::Model::ErrorCode::Blocked
@ Blocked
Aws::StorageGateway::Model::ErrorCode::MaximumVolumeCountExceeded
@ MaximumVolumeCountExceeded
Aws::StorageGateway::Model::ErrorCode::AuthenticationFailure
@ AuthenticationFailure
Aws::StorageGateway::Model::ErrorCode::VolumeNotReady
@ VolumeNotReady
Aws::StorageGateway::Model::ErrorCode::InvalidSchedule
@ InvalidSchedule
Aws::StorageGateway::Model::ErrorCode::BandwidthThrottleScheduleNotFound
@ BandwidthThrottleScheduleNotFound
Aws::StorageGateway::Model::ErrorCode::IAMNotSupported
@ IAMNotSupported
Aws::StorageGateway::Model::ErrorCode::StorageFailure
@ StorageFailure
Aws::StorageGateway::Model::ErrorCode::GatewayProxyNetworkConnectionBusy
@ GatewayProxyNetworkConnectionBusy
Aws::StorageGateway::Model::ErrorCode::ActivationKeyNotFound
@ ActivationKeyNotFound
Aws::StorageGateway::Model::ErrorCode::RegionInvalid
@ RegionInvalid
Aws::StorageGateway::Model::ErrorCode::VolumeIdInvalid
@ VolumeIdInvalid
Aws::StorageGateway::Model::ErrorCode::LunInvalid
@ LunInvalid
Aws::StorageGateway::Model::ErrorCode::InternalError
@ InternalError
Aws::StorageGateway::Model::ErrorCode::DiskSizeNotGigAligned
@ DiskSizeNotGigAligned
Aws::StorageGateway::Model::ErrorCode::LunAlreadyAllocated
@ LunAlreadyAllocated
Aws::StorageGateway::Model::ErrorCode::VolumeInUse
@ VolumeInUse
Aws::StorageGateway::Model::ErrorCode::NotImplemented
@ NotImplemented
Aws::StorageGateway::Model::ErrorCode::NotSupported
@ NotSupported
Aws::StorageGateway::Model::ErrorCode::DiskDoesNotExist
@ DiskDoesNotExist
Aws::StorageGateway::Model::ErrorCode::VolumeNotFound
@ VolumeNotFound
Aws::StorageGateway::Model::ErrorCode::TargetAlreadyExists
@ TargetAlreadyExists
Aws::StorageGateway::Model::ErrorCode::SnapshotNotFound
@ SnapshotNotFound
Aws::StorageGateway::Model::ErrorCode::InitiatorNotFound
@ InitiatorNotFound
Aws::StorageGateway::Model::ErrorCode::SnapshotDeleted
@ SnapshotDeleted
Aws::StorageGateway::Model::ErrorCode::OutdatedGateway
@ OutdatedGateway
Aws::StorageGateway::Model::ErrorCode::MaximumTapeCartridgeCountExceeded
@ MaximumTapeCartridgeCountExceeded
Aws::StorageGateway::Model::ErrorCode::GatewayNotConnected
@ GatewayNotConnected
Aws::StorageGateway::Model::ErrorCode::MaximumContentLengthExceeded
@ MaximumContentLengthExceeded
Aws::StorageGateway::Model::ErrorCode::SnapshotScheduleNotFound
@ SnapshotScheduleNotFound
Aws::StorageGateway::Model::ErrorCode::LocalStorageLimitExceeded
@ LocalStorageLimitExceeded
Aws::StorageGateway::Model::ErrorCode::InitiatorInvalid
@ InitiatorInvalid
Aws::StorageGateway::Model::ErrorCode::ActivationKeyExpired
@ ActivationKeyExpired
Aws::StorageGateway::Model::ErrorCode::CannotExportSnapshot
@ CannotExportSnapshot
Aws::StorageGateway::Model::ErrorCode::GatewayNotFound
@ GatewayNotFound
Aws::StorageGateway::Model::ErrorCode::SnapshotIdInvalid
@ SnapshotIdInvalid
Aws::StorageGateway::Model::ErrorCode::ChapCredentialNotFound
@ ChapCredentialNotFound
Aws::StorageGateway::Model::ErrorCode::DuplicateSchedule
@ DuplicateSchedule
Aws::StorageGateway::Model::ErrorCode::VolumeAlreadyExists
@ VolumeAlreadyExists
Aws::StorageGateway::Model::ErrorCode::JoinDomainInProgress
@ JoinDomainInProgress
Aws::StorageGateway::Model::ErrorCode::DuplicateCertificateInfo
@ DuplicateCertificateInfo
Aws::StorageGateway::Model::ErrorCode::TargetInvalid
@ TargetInvalid
Aws::StorageGateway::Model::ErrorCode::TargetNotFound
@ TargetNotFound
Aws::StorageGateway::Model::ErrorCode::StagingAreaFull
@ StagingAreaFull
Aws::StorageGateway::Model::ErrorCode::DiskSizeLessThanVolumeSize
@ DiskSizeLessThanVolumeSize
Aws::StorageGateway::Model::ErrorCode::UnauthorizedOperation
@ UnauthorizedOperation
Aws::StorageGateway::Model::ErrorCode::NoDisksAvailable
@ NoDisksAvailable
Aws::StorageGateway::Model::ErrorCode::InvalidGateway
@ InvalidGateway
Aws::StorageGateway::Model::ActiveDirectoryStatus::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences