CodeError {stencilaschema} | R Documentation |
An error that occurred when parsing, compiling or executing a Code node.
Description
An error that occurred when parsing, compiling or executing a Code node.
Usage
CodeError(errorMessage, errorType, id, meta, stackTrace)
Arguments
errorMessage |
The error message or brief description of the error. Required. |
errorType |
The type of error e.g. "SyntaxError", "ZeroDivisionError". |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
stackTrace |
Stack trace leading up to the error. |
Value
A list
of class CodeError
See Also
[Package stencilaschema version 1.0.0 Index]