An error that occurred when parsing, compiling or executing a Code node.
| 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 |
This documentation was generated from CodeError.schema.yaml.