This is the documentation for Enlighten.

struct Enlighten Errors PE1002

struct Enlighten::Errors::PE1002

This error indicates that a NULL pointer was given for a parameter which cannot be NULL.

Variables

Name Description
const Geo::s32 Code = 1002

The error code. ///< The error code.

Geo::GeoFileString m_ParameterName

The name of the parameter which was NULL.

const Geo::eGeoErrorSeverity Severity = Geo::ES_FATAL

The severity of this error.