Skip to content

DiagnosticLevel

Defined in: api/node/rust-module.d.cts:325

This enum describes the level or severity of a diagnostic message produced by the compiler.

Error: 0

Defined in: api/node/rust-module.d.cts:327

The diagnostic found is an error that prevents successful compilation.


Note: 2

Defined in: api/node/rust-module.d.cts:331

The diagnostic is a note to further help with the error or warning.


Warning: 1

Defined in: api/node/rust-module.d.cts:329

The diagnostic found is a warning.


© 2026 SixtyFPS GmbH