template <ErrorId Id, typename... Args>
struct ErrorDef
Defined at line 139 of file ../../tools/fidl/fidlc/src/diagnostic_types.h
The definition of an error. All instances of ErrorDef are in diagnostics.h.
Template args define format parameters in the error message.
Public Methods
void ErrorDef<Id, Args...> (std::string_view msg, DiagnosticOptions opts)
Defined at line 140 of file ../../tools/fidl/fidlc/src/diagnostic_types.h