BuildIssue

Returned by build

Members

Variables

column
int column;
cont
bool cont;

true if this is additional error information for the last error.

file
string file;
line
int line;
text
string text;
type
ErrorType type;

The error type (Error/Warning/Deprecation) outputted by dmd or inherited from the last error if this is additional information of the last issue. (indicated by cont)

Meta