[Interpreter]: Improve typings for the interpreter's "error" type #38553
Labels
discuss
Feature:ExpressionLanguage
Interpreter expression language (aka canvas pipeline)
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
In #37753 we introduced an interface for the shape of data that's returned by something in the interpreter that's
type: 'error'
:We should research the uses of the error type and add more detail around what types of values are passed to
error
andinfo
so that we can have stronger typings for this interface. We should also consider whetherInterpreterErrorType
is the clearest name for this.The text was updated successfully, but these errors were encountered: