![]() |
SCENE C++ API
2.1.4
|
An error is caused when the API unexpectedly fails to function properly. More...
#include <lserror.h>
Inheritance diagram for LSError: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 | |
Protected Member Functions inherited from LSRefType | |
| 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.