AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <AWSError.h>
Container for Error enumerations with additional exception information. Name, message, retryable etc....
Definition at line 41 of file AWSError.h.
Initializes AWSError object as empty with the error not being retryable.
Definition at line 52 of file AWSError.h.
Initializes AWSError object with errorType, exceptionName, message, and retryable type.
Definition at line 59 of file AWSError.h.
Initializes AWSError object with errorType and retryable flag. ExceptionName and message are empty.
Definition at line 72 of file AWSError.h.
Initializes AWSError object with errorType and retryable type. ExceptionName and message are empty.
Definition at line 81 of file AWSError.h.
Definition at line 95 of file AWSError.h.
Definition at line 110 of file AWSError.h.
Definition at line 218 of file AWSError.h.
Gets underlying errorType.
Definition at line 137 of file AWSError.h.
Gets the underlying ExceptionName.
Definition at line 141 of file AWSError.h.
Definition at line 244 of file AWSError.h.
Gets the error message.
Definition at line 158 of file AWSError.h.
Gets the resolved remote host IP address. This value is only available after DNS resolution and with CURL http client right now. Otherwise an empty string is returned.
Definition at line 169 of file AWSError.h.
Gets the request ID. This value is available after request is made and when services return it in response. Otherwise an empty string is returned.
Definition at line 179 of file AWSError.h.
Gets the response code from the http response
Definition at line 203 of file AWSError.h.
Gets the response headers from the http response.
Definition at line 191 of file AWSError.h.
Definition at line 229 of file AWSError.h.
Move assignment operator
Copy assignment operator
Tests whether or not a header exists.
Definition at line 199 of file AWSError.h.
Sets the underlying ExceptionName.
Definition at line 145 of file AWSError.h.
Definition at line 239 of file AWSError.h.
Definition at line 234 of file AWSError.h.
Sets the error message
Definition at line 163 of file AWSError.h.
Sets the resolved remote host IP address.
Definition at line 173 of file AWSError.h.
Sets the request ID.
Definition at line 183 of file AWSError.h.
Sets the response code from the http response
Definition at line 207 of file AWSError.h.
Sets the response headers from the http response.
Definition at line 195 of file AWSError.h.
Sets the response code from the http response
Definition at line 215 of file AWSError.h.
Definition at line 224 of file AWSError.h.
Definition at line 219 of file AWSError.h.
Returns whether or not this error is eligible for retry.
Definition at line 187 of file AWSError.h.
Return whether or not the error should throttle retry strategies.
Definition at line 211 of file AWSError.h.
Definition at line 47 of file AWSError.h.
Definition at line 45 of file AWSError.h.
Definition at line 46 of file AWSError.h.
Definition at line 44 of file AWSError.h.
Definition at line 258 of file AWSError.h.
Definition at line 250 of file AWSError.h.
Definition at line 251 of file AWSError.h.
Definition at line 260 of file AWSError.h.
Definition at line 252 of file AWSError.h.
Definition at line 253 of file AWSError.h.
Definition at line 254 of file AWSError.h.
Definition at line 256 of file AWSError.h.
Definition at line 255 of file AWSError.h.
Definition at line 261 of file AWSError.h.
Definition at line 259 of file AWSError.h.