CodeError: An error that occurred when parsing, compiling or executing a...

Description Usage Arguments Value See Also

View source: R/types.R

Description

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

Usage

1
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

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.