Error return class with time field.
Definition: BErrorTime.h:15
BTimeStamp getTime() const
Get time.
Definition: BErrorTime.cpp:36
Type
Definition: BErrorTime.h:17
@ Error
Definition: BErrorTime.h:17
@ None
Definition: BErrorTime.h:17
BErrorTime & clear()
Clear the error.
Definition: BErrorTime.cpp:27
BString getString() const
Get error message.
Definition: BErrorTime.cpp:40
BErrorTime copy()
Return an independant copy.
Definition: BErrorTime.cpp:44
int getErrorNo() const
Get The error number.
Definition: BErrorTime.cpp:32
BErrorTime & set(int errNo, BTimeStamp errTime=BTimeStamp(), BString errStr="")
Set error number and message.
Definition: BErrorTime.cpp:20
This class stores and manipulates ASCII strings.
Definition: BString.h:20
A date and time storage class with microsecond resolution.
Definition: BTimeStamp.h:17