Versions Compared

Key

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

struct Enlighten::Errors::PE2004

This error indicates that an IPrecompInputSystem has more than one instance with the same m_Id.

Instance IDs must be unique within a system.

Variables

NameDescription
const Geo::s32 Code = 2004

The error code.

Geo::GeoArray< Geo::s32 > m_DuplicateIds

The list of m_Id values which were repeated.

Geo::GeoGuid m_SystemGuid

The GUID of the IPrecompInputSystem in error.

Geo::GeoFileString m_SystemName

The name of the IPrecompInputSystem in error.

const Geo::eGeoErrorSeverity Severity = Geo::ES_FATAL

The severity of this error.