Home

Message Level

This is an enumeration used in Stencila Schema for diagnostic severity levels.

It exists so compilation, execution, and other message-producing workflows can communicate severity in a consistent way across tools and renderers.

See CompilationMessage and ExecutionMessage for the main types that use this enumeration.

Members

The MessageLevel type has these members:

MemberDescription
TraceA tracing message
DebugA debug message
InfoAn information message
WarningA warning message
ErrorAn error message
ExceptionAn exception message

Bindings

The MessageLevel type is represented in:


This documentation was generated from MessageLevel.yaml by docs_types.rs.

© 2026 Stencila