AWS SDK for C++
AWS SDK for C++
|
#include <RedshiftErrors.h>
Additional Inherited Members | |
![]() | |
ErrorPayloadType | GetErrorPayloadType () |
void | SetXmlPayload (const Aws::Utils::Xml::XmlDocument &xmlPayload) |
void | SetXmlPayload (Aws::Utils::Xml::XmlDocument &&xmlPayload) |
const Aws::Utils::Xml::XmlDocument & | GetXmlPayload () const |
void | SetJsonPayload (const Aws::Utils::Json::JsonValue &jsonPayload) |
void | SetJsonPayload (Aws::Utils::Json::JsonValue &&jsonPayload) |
const Aws::Utils::Json::JsonValue & | GetJsonPayload () const |
![]() | |
ERROR_TYPE | m_errorType |
Aws::String | m_exceptionName |
Aws::String | m_message |
Aws::String | m_remoteHostIpAddress |
Aws::String | m_requestId |
Aws::Http::HeaderValueCollection | m_responseHeaders |
Aws::Http::HttpResponseCode | m_responseCode |
bool | m_isRetryable |
ErrorPayloadType | m_errorPayloadType |
Aws::Utils::Xml::XmlDocument | m_xmlPayload |
Aws::Utils::Json::JsonValue | m_jsonPayload |
Definition at line 178 of file RedshiftErrors.h.
|
inline |
Definition at line 181 of file RedshiftErrors.h.
|
inline |
Definition at line 182 of file RedshiftErrors.h.
|
inline |
Definition at line 183 of file RedshiftErrors.h.
|
inline |
Definition at line 184 of file RedshiftErrors.h.
|
inline |
Definition at line 185 of file RedshiftErrors.h.
T Aws::Redshift::RedshiftError::GetModeledError | ( | ) |