- column
size_t column [@property setter]
size_t column [@property getter]
Character offset of the error at the line.
- filePath
string filePath [@property setter]
string filePath [@property getter]
Script that generated the error.
- info
string info [@property setter]
string info [@property getter]
- line
size_t line [@property setter]
size_t line [@property getter]
Line of the error inside the script.
- lineText
string lineText [@property setter]
string lineText [@property getter]
The line from which the error originate
- message
string message [@property setter]
string message [@property getter]
- note
string note [@property setter]
string note [@property getter]
Some remarks about the problem.
- otherColumn
size_t otherColumn [@property setter]
size_t otherColumn [@property getter]
Character offset of the error at the line.
- otherFilePath
string otherFilePath [@property setter]
string otherFilePath [@property getter]
Script that generated the error.
- otherInfo
string otherInfo [@property setter]
string otherInfo [@property getter]
- otherLine
size_t otherLine [@property setter]
size_t otherLine [@property getter]
Line of the error inside the script.
- otherLineText
string otherLineText [@property setter]
string otherLineText [@property getter]
The line from which the error originate
- otherTextLength
size_t otherTextLength [@property setter]
size_t otherTextLength [@property getter]
Size of the error segment, the error is in between column and column + textLength
- textLength
size_t textLength [@property setter]
size_t textLength [@property getter]
Size of the error segment, the error is in between column and column + textLength
- type
Type type [@property setter]
Type type [@property getter]
From which step the error come from.
Contains a lot of information about what just happened.