schema

CodeError

An error that occurred when parsing, compiling or executing a Code node.

Properties

Name @id Type Description Inherited from
errorMessage stencila:errorMessage string The error message or brief description of the error. CodeError
errorType stencila:errorType string The type of error e.g. “SyntaxError”, “ZeroDivisionError”. See note 1. CodeError
id schema:id string The identifier for this item. Entity
meta stencila:meta object Metadata associated with this item. Entity
stackTrace stencila:stackTrace string Stack trace leading up to the error. CodeError

Notes

  1. errorType : Many languages have the concept of alternative types of errors. For example, Python has various classes of exceptions. This property is intended to be used for storing these type names as additional information that maybe useful to the user attempting to resolve the error.

Available as

Source

This documentation was generated from CodeError.schema.yaml.