ExprError

object ExprError
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case class AsyncFunctionFailed(failure: Value) extends InEval
final case class ContextClosed(underlying: IllegalStateException) extends InEval
final case class EvalError(underlying: PolyglotException) extends InEval
sealed abstract class InEval(t: Throwable) extends ExprError
Companion
object
object InEval
Companion
class
sealed abstract class InResult(t: Throwable) extends ExprError
Companion
object
object InResult
Companion
class
final case class UnsupportedLanguageOrMimeType(underlying: IllegalArgumentException) extends InEval
final case class ValueCastError(value: Value, underlying: ClassCastException) extends InResult

the value could not be converted to the expected type

the value could not be converted to the expected type

final case class ValueError(value: Value, underlying: PolyglotException) extends InResult

a guest language error occurred during execution

a guest language error occurred during execution

final case class ValueIsNull(value: Value, underlying: NullPointerException) extends InResult
final case class ValueReprError(value: Value, underlying: UnsupportedOperationException) extends InResult

the value does not represent the expected type

the value does not represent the expected type