struct DiagnosticDef

Defined at line 121 of file ../../tools/fidl/fidlc/src/diagnostic_types.h

Public Members

ErrorId id
DiagnosticKind kind
basic_string_view msg
DiagnosticOptions opts

Public Methods

void DiagnosticDef (ErrorId id, DiagnosticKind kind, std::string_view msg, DiagnosticOptions opts)

Defined at line 122 of file ../../tools/fidl/fidlc/src/diagnostic_types.h

void DiagnosticDef (const DiagnosticDef & )

Defined at line 125 of file ../../tools/fidl/fidlc/src/diagnostic_types.h

std::string FormatId ()

Returns a string of the form "fi-NNNN".