Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EvaluationFailure

When evaluation of a graph node fails, the language plugin should return a value of this type with an array of errors.

Hierarchy

  • EvaluationFailure

Index

Properties

Properties

errors

errors: Error[]

An array of errors. The error stores the message to be displayed to the user.

kind

kind: "error"

A tag that can be used for pattern matching on EvaluationResult values

Generated using TypeDoc