Error message. More...
#include </home/user/DXC_svn/trunk/Src/APIs/cpp/DataTypes/ErrorData.hpp>
Public Member Functions | |
ErrorData (Timestamp timestamp, const std::string &error) | |
Constructor. | |
std::string | getError () const |
Returns the error message string. | |
virtual std::ostream & | put (std::ostream &) const |
Prints DxcData in standardized, parseable format. | |
virtual ErrorData * | clone () const |
Virtual copy constructor. |
Error message.
Dxc::ErrorData::ErrorData | ( | Timestamp | timestamp, | |
const std::string & | error | |||
) |
Constructor.
timestamp | - message time. | |
error | - string describing the error. |
ErrorData * ErrorData::clone | ( | ) | const [virtual] |
Virtual copy constructor.
Returns a pointer to a copy of the DxcData. The user is responsible for managing the memory.
Implements Dxc::DxcData.