Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::Errors::PE1002

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

Variables

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