![]() |
SCENE C++ API
2.0.31
|
An error is caused when the API unexpectedly fails to function properly. More...
#include <lserror.h>
Public Member Functions | |
LSError (const LSError &from) | |
Constructs a copy of an error. More... | |
LSString | getName () const |
The name identifies the error type. More... | |
LSString | getMessage () const |
The message describes the error cause. More... | |
void * | operator new (size_t tSize) |
Allocation / Deallocation of error instances. | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
An error is caused when the API unexpectedly fails to function properly.
LSString getName | ( | ) | const |
The name identifies the error type.
LSString getMessage | ( | ) | const |
The message describes the error cause.