AWS SDK for C++AWS SDK for C++ Version 1.11.870 |
#include <AWSErrorMarshaller.h>
Definition at line 107 of file AWSErrorMarshaller.h.
Deserialize http error payload to an error object.
Reimplemented from Aws::Client::AWSErrorMarshaller.
Converts an exceptionName and message into an Error object, if it can be parsed. Otherwise, it returns and AWSError with CoreErrors::UNKNOWN as the error type.
Implements Aws::Client::AWSErrorMarshaller.