AWS SDK for C++
0.14.3
AWS SDK for C++
|
#include <RedshiftErrorMarshaller.h>
Public Member Functions | |
RedshiftErrorMarshaller () | |
virtual | ~RedshiftErrorMarshaller () |
virtual Client::AWSError< Client::CoreErrors > | FindErrorByName (const char *exceptionName) const |
![]() | |
virtual | ~AWSErrorMarshaller () |
virtual AWSError< CoreErrors > | Marshall (const Aws::String &exceptionNLame, const Aws::String &message) const |
Definition at line 25 of file RedshiftErrorMarshaller.h.
|
inline |
Definition at line 28 of file RedshiftErrorMarshaller.h.
|
inlinevirtual |
Definition at line 29 of file RedshiftErrorMarshaller.h.
|
virtual |
Attempts to finds an error code by the exception name. Otherwise returns CoreErrors::UNKNOWN as the error type.
Reimplemented from Aws::Client::AWSErrorMarshaller.