DiagnosisSourcetype t = | DuplicateID of {id : string;occurrences : loc list;}| MissingFile of {file : string;error_msg : string;locs : loc list;}| WrongType of {}| ParsingError of {action : string;msg : string;loc : loc;}| ParsingWarnor of {warnor : Actions_arguments.W.warnor;loc : loc;}| MissingID of {id : string;loc : loc;}| UnknownAttribute of {attr : string;loc : loc;}| General of {code : string;msg : string;labels : (string * loc) list;notes : string list;}This one reports badly, without source code. Used for reporting cli.