BuildIssue.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)

struct BuildIssue
ErrorType type;

Meta