DiagnosticLevel
Defined in: api/node/rust-module.d.cts:324
This enum describes the level or severity of a diagnostic message produced by the compiler.
Enumeration Members
Section titled “Enumeration Members”Error:
0
Defined in: api/node/rust-module.d.cts:326
The diagnostic found is an error that prevents successful compilation.
Note:
2
Defined in: api/node/rust-module.d.cts:330
The diagnostic is a note to further help with the error or warning.
Warning
Section titled “Warning”Warning:
1
Defined in: api/node/rust-module.d.cts:328
The diagnostic found is a warning.
© 2026 SixtyFPS GmbH