ErrorId Class

Constructors & Destructor | Member Variables

Represents an error identifier.

The error id value can be obtained by calling the AllocateError function.

Definition

Line 8 of System.Base/Result.cm

Constructors & Destructor

public ErrorId(int value_)

Member Variables

public int value

Constructor& Destructor Details

ErrorId Constructor

public ErrorId(int value_)

Definition
Line 10 of System.Base/Result.cm