EPAM B2BITS ICE Impact Handler C++
1.1.4
|
#include <B2BITS_IceImpactMessages.h>
Public Member Functions | |
ErrorResponse () throw () | |
ErrorResponse (bool initFields) throw () | |
size_t | getMsgLength () const throw () |
std::ostream & | toStream (std::ostream &os) const |
std::string | toString () const |
const AsciiString | getText () const throw () |
void | setText (const AsciiString &val) throw () |
const ErrorErrorCode::Enum | getErrorCode () const throw () |
void | setErrorCode (const ErrorErrorCode::Enum val) throw () |
![]() | |
i32 | getRequestSeqID () const |
void | setRequestSeqID (i32 value) |
![]() | |
MessageType::Enum | getMessageType () const |
void | setMessageType (MessageType::Enum value) |
i16 | getMessageBodyLength () const |
void | setMessageBodyLength (i16 value) |
Public Attributes | |
ErrorErrorCode | errorCode |
ErrorText | text |
![]() | |
i32 | requestSeqID |
![]() | |
MessageType | messageType |
i16 | messageBodyLength |
Static Public Attributes | |
static const MessageType::Enum | TYPE = MessageType::MessageType_ErrorResponse |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ErrorErrorCode IceImpact::ErrorResponse::errorCode |
ErrorText IceImpact::ErrorResponse::text |
|
static |