AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Public Member Functions | List of all members
Aws::chatbot::ChatbotError Class Reference

#include <ChatbotErrors.h>

Inheritance diagram for Aws::chatbot::ChatbotError:
[legend]

Public Member Functions

 
 
 
 
 
template<typename T >
 

Public Member Functions inherited from Aws::Client::AWSError< ChatbotErrors >

 
 AWSError (ERROR_TYPE errorType, Aws::String exceptionName, Aws::String message, bool isRetryable)
 
 AWSError (ERROR_TYPE errorType, bool isRetryable)
 
 AWSError (ERROR_TYPE errorType, RetryableType retryableType, Aws::String exceptionName="", Aws::String message="")
 
 AWSError (AWSError &&)=default
 
 AWSError (const AWSError &)=default
 
 AWSError (AWSError< OTHER_ERROR_TYPE > &&rhs)
 
 AWSError (const AWSError< OTHER_ERROR_TYPE > &rhs)
 
AWSErroroperator= (const AWSError< ERROR_TYPE > &)=default
 
AWSErroroperator= (AWSError< ERROR_TYPE > &&)=default
 
const ERROR_TYPE GetErrorType () const
 
const Aws::StringGetExceptionName () const
 
void SetExceptionName (const Aws::String &exceptionName)
 
const Aws::StringGetMessage () const
 
void SetMessage (const Aws::String &message)
 
 
void SetRemoteHostIpAddress (const Aws::String &remoteHostIpAddress)
 
const Aws::StringGetRequestId () const
 
void SetRequestId (const Aws::String &requestId)
 
bool ShouldRetry () const
 
 
 
bool ResponseHeaderExists (const Aws::String &headerName) const
 
 
 
bool ShouldThrottle () const
 
void SetRetryableType (const RetryableType retryableType)
 

Additional Inherited Members

Protected Member Functions inherited from Aws::Client::AWSError< ChatbotErrors >

 
 
 
 
void SetJsonPayload (const Aws::Utils::Json::JsonValue &jsonPayload)
 
 
 

Protected Attributes inherited from Aws::Client::AWSError< ChatbotErrors >

ERROR_TYPE m_errorType
 
 
 
 
 
 
 
 
 
 
 

Detailed Description

Definition at line 81 of file ChatbotErrors.h.

Constructor & Destructor Documentation

◆ ChatbotError() [1/5]

Aws::chatbot::ChatbotError::ChatbotError ( )
inline

Definition at line 84 of file ChatbotErrors.h.

◆ ChatbotError() [2/5]

Aws::chatbot::ChatbotError::ChatbotError ( const Aws::Client::AWSError< Aws::Client::CoreErrors > &  rhs)
inline

Definition at line 85 of file ChatbotErrors.h.

◆ ChatbotError() [3/5]

Aws::chatbot::ChatbotError::ChatbotError ( Aws::Client::AWSError< Aws::Client::CoreErrors > &&  rhs)
inline

Definition at line 86 of file ChatbotErrors.h.

◆ ChatbotError() [4/5]

Aws::chatbot::ChatbotError::ChatbotError ( const Aws::Client::AWSError< ChatbotErrors > &  rhs)
inline

Definition at line 87 of file ChatbotErrors.h.

◆ ChatbotError() [5/5]

Aws::chatbot::ChatbotError::ChatbotError ( Aws::Client::AWSError< ChatbotErrors > &&  rhs)
inline

Definition at line 88 of file ChatbotErrors.h.

Member Function Documentation

◆ GetModeledError()

template<typename T >
T Aws::chatbot::ChatbotError::GetModeledError ( )

The documentation for this class was generated from the following file: