ErrorCode Property

English Query

English Query

ErrorCode Property

Indicates a unique error code for the error.

Applies To

EQError Object

Syntax

EQError.ErrorCode [= value]

Parts

EQError

Object variable that provides information about an error, warning, or hint generated during the compilation of an EQModel object or during the loading of a project or module.

value

Returned integer that contains the unique error code for the error.

Remarks

This property is read-only.

See Also

Compile-Time Error Messages (Authoring Object Model)

EQModel Object