Home

Execution Message

This is a type used in Stencila Schema for structured messages produced during execution.

It exists to capture runtime diagnostics, logs, and warnings as durable document data instead of transient console output. This lets Stencila render, serialize, and inspect execution results across environments and sessions.

Key properties typically include message level, text, and optional code or source-location metadata.

Properties

The ExecutionMessage type has these properties:

NameDescriptionTypeInherited from
levelThe severity level of the message.MessageLevel-
messageThe text of the message.String-
errorTypeThe type of error e.g. "SyntaxError", "ZeroDivisionError".String-
codeLocationThe location that the error occurred or other message emanated from.CodeLocation-
stackTraceStack trace leading up to the error.String-
idThe identifier for this item.StringEntity

Related

The ExecutionMessage type is related to these types:

Bindings

The ExecutionMessage type is represented in:


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

© 2026 Stencila