/
class Enlighten PipelineError
This is the documentation for Enlighten.
class Enlighten PipelineError
class Enlighten::PipelineError
An exception thrown to indicate a violation of the API contract, such as:
a badly formed scene.
failure to write to or read from the filesystem.
failure of a low level system function.
Functions
Name | Description |
---|---|
GetText() | Returns the error text that was supplied to the constructor. |
PipelineError(Geo::GeoUIString) | Constructs an instance and copies the error message. |
const Geo::GeoUIString& Enlighten::PipelineError::GetText
public: const Geo::GeoUIString & GetText() const
Returns the error text that was supplied to the constructor.
Enlighten::PipelineError::PipelineError
public: PipelineError
(
Geo::GeoUIString message
)
Constructs an instance and copies the error message.
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
Rebuild Enlighten from source
Rebuild Enlighten from source
More like this
Debug with Enlighten tools
Debug with Enlighten tools
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
Light from the sky
Light from the sky
More like this
Troubleshooting and support
Troubleshooting and support
More like this