You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BalancingError with explicit script evaluation errors
* Makes script evaluation errors explicit by wrapping those, and only
those, in 'ScriptExecutionError'
* Should, in turn, allow using classy prisms to extract just the script
execution errors.
* The errors themselves are, again, shown as strings, since the error
hierarchy allows json encoding, which is not allowed by the actual
script execution error.
0 commit comments