English Query
EQError Object
Contains information about an error, warning, or hint generated during the compilation of an EQModel object or during the loading of a project or module.
Properties
| FileName | Indicates the file name and/or the full path to the file with the error or the loaded English Query project (*.eqp). |
| ErrorCode | Indicates a unique error code for the error. |
| LineNumber | Displays the number of the line containing the error. |
| ObjectID (EQError Object) | Contains the ID of the object that generated the error. |
| ObjectType (EQError Object) | Indicates the type of object that generated the error. |
| Severity | Indicates the type of error. |
| Text (EQError Object) | Specifies the text of the error. |