Skip to content

DiagnosticLevel

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

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:402

The diagnostic found is an error that prevents successful compilation.


Note: 2

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

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


Warning: 1

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

The diagnostic found is a warning.


© 2026 SixtyFPS GmbH