Description Usage Arguments Value See Also
An error that occurred when parsing, compiling or executing a Code node.
1 | CodeError(errorMessage, errorType, id, meta, stackTrace)
|
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. |
A list
of class CodeError
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.