SCENE C++ API  2.1.0
Public Member Functions | List of all members
LSError Class Reference

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...
 

Detailed Description

An error is caused when the API unexpectedly fails to function properly.

Version
SCENE API Version 2.0.14.

Constructor & Destructor Documentation

◆ LSError()

LSError ( const LSError from)

Constructs a copy of an error.

Version
SCENE API Version 2.0.14.

Member Function Documentation

◆ getName()

LSString getName ( ) const

The name identifies the error type.

Version
SCENE API Version 2.0.14.

◆ getMessage()

LSString getMessage ( ) const

The message describes the error cause.

Version
SCENE API Version 2.0.14.