#include <hps.h>
Public Member Functions | |
Event * | Clone () const |
virtual bool | Equals (ErrorEvent const &in_that) const |
ErrorEvent () | |
ErrorEvent (char const *in_message) | |
ErrorEvent (char const *in_message, HPS::Info::Code in_code) | |
ErrorEvent (Event const &in_event) | |
virtual bool | operator!= (ErrorEvent const &in_that) const |
virtual bool | operator== (ErrorEvent const &in_that) const |
![]() | |
virtual bool | Drop (Event const *in_that_event) const |
Event (intptr_t in_channel=0) | |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
intptr_t | GetClassID () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Public Attributes | |
HPS::Info::Code | code |
The error code for this ErrorEvent. | |
UTF8 | message |
The error message for this ErrorEvent. | |
Additional Inherited Members | |
![]() | |
enum | Status { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
The ErrorEvent class is the event that will be generated if an asynchronous error occurs.
|
inline |
The default constructor creates an ErrorEvent object with an empty message and code of Unknown.
|
inline |
This constructor creates an ErrorEvent object with a specified message and code of Unknown.
in_message | A message describing the nature of the error. |
|
inline |
This constructor creates a ErrorEvent object with a specified message and code.
in_message | A message describing the nature of the error. |
in_code | A code describing the nature of the error. |
|
inline |
This constructor converts an Event Object to an ErrorEvent object.
|
inlinevirtual |
Allocates and returns a copy of this ErrorEvent.
Implements HPS::Event.
|
inlinevirtual |
Check if the source object is equivalent to this object.
in_kit | The source object to compare to this object. |
|
inlinevirtual |
Check if the source object is not equivalent to this object.
in_that | The source object to compare to this object. |
|
inlinevirtual |
Check if the source object is equivalent to this object.
in_that | The source object to compare to this object. |