[]
Adds an error to the error collection.
void AddError(int position, int length, ErrorType code)
| Type | Name | Description |
|---|---|---|
| int | position | Start position of error in the Expression string. |
| int | length | Error substring length. |
| ErrorType | code | Code of error. |