AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Functions | Variables
SNSErrors.h File Reference
#include <aws/core/client/CoreErrors.h>
#include <aws/sns/SNS_EXPORTS.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::SNS
 
 Aws::SNS::SNSErrorMapper
 

Functions

AWS_SNS_API Client::AWSError< Client::CoreErrors > Aws::SNS::SNSErrorMapper::GetErrorForName (const char *errorName)
 

Variables

 INCOMPLETE_SIGNATURE = 0
 
 INTERNAL_FAILURE = 1
 
 INVALID_ACTION = 2
 
 INVALID_CLIENT_TOKEN_ID = 3
 
 INVALID_PARAMETER_COMBINATION = 4
 
 INVALID_QUERY_PARAMETER = 5
 
 INVALID_PARAMETER_VALUE = 6
 
 MISSING_ACTION = 7
 
 MISSING_AUTHENTICATION_TOKEN = 8
 
 MISSING_PARAMETER = 9
 
 OPT_IN_REQUIRED = 10
 
 REQUEST_EXPIRED = 11
 
 SERVICE_UNAVAILABLE = 12
 
 THROTTLING = 13
 
 VALIDATION = 14
 
 ACCESS_DENIED = 15
 
 RESOURCE_NOT_FOUND = 16
 
 UNRECOGNIZED_CLIENT = 17
 
 MALFORMED_QUERY_STRING = 18
 
 NETWORK_CONNECTION = 99
 
 UNKNOWN = 100
 
 AUTHORIZATION_ERROR = static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1
 
 ENDPOINT_DISABLED
 
 INTERNAL_ERROR
 
 INVALID_PARAMETER
 
 NOT_FOUND
 
 PLATFORM_APPLICATION_DISABLED
 
 SUBSCRIPTION_LIMIT_EXCEEDED
 

Variable Documentation

ACCESS_DENIED = 15

Definition at line 43 of file SNSErrors.h.

AUTHORIZATION_ERROR = static_cast<int>(Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1

Definition at line 51 of file SNSErrors.h.

ENDPOINT_DISABLED

Definition at line 51 of file SNSErrors.h.

INCOMPLETE_SIGNATURE = 0

Definition at line 28 of file SNSErrors.h.

INTERNAL_ERROR

Definition at line 51 of file SNSErrors.h.

INTERNAL_FAILURE = 1

Definition at line 29 of file SNSErrors.h.

INVALID_ACTION = 2

Definition at line 30 of file SNSErrors.h.

INVALID_CLIENT_TOKEN_ID = 3

Definition at line 31 of file SNSErrors.h.

INVALID_PARAMETER

Definition at line 51 of file SNSErrors.h.

INVALID_PARAMETER_COMBINATION = 4

Definition at line 32 of file SNSErrors.h.

INVALID_PARAMETER_VALUE = 6

Definition at line 34 of file SNSErrors.h.

INVALID_QUERY_PARAMETER = 5

Definition at line 33 of file SNSErrors.h.

MALFORMED_QUERY_STRING = 18

Definition at line 46 of file SNSErrors.h.

MISSING_ACTION = 7

Definition at line 35 of file SNSErrors.h.

MISSING_AUTHENTICATION_TOKEN = 8

Definition at line 36 of file SNSErrors.h.

MISSING_PARAMETER = 9

Definition at line 37 of file SNSErrors.h.

NETWORK_CONNECTION = 99

Definition at line 47 of file SNSErrors.h.

NOT_FOUND

Definition at line 51 of file SNSErrors.h.

OPT_IN_REQUIRED = 10

Definition at line 38 of file SNSErrors.h.

PLATFORM_APPLICATION_DISABLED

Definition at line 51 of file SNSErrors.h.

REQUEST_EXPIRED = 11

Definition at line 39 of file SNSErrors.h.

RESOURCE_NOT_FOUND = 16

Definition at line 44 of file SNSErrors.h.

SERVICE_UNAVAILABLE = 12

Definition at line 40 of file SNSErrors.h.

SUBSCRIPTION_LIMIT_EXCEEDED

Definition at line 51 of file SNSErrors.h.

THROTTLING = 13

Definition at line 41 of file SNSErrors.h.

UNKNOWN = 100

Definition at line 48 of file SNSErrors.h.

UNRECOGNIZED_CLIENT = 17

Definition at line 45 of file SNSErrors.h.

VALIDATION = 14

Definition at line 42 of file SNSErrors.h.