EvalError

This class has no useful logic; it's just a wrapper an evaluation error.

An evaluation error is considered as a negative match on evaluation. e.g.: diving into an empty object, is an EvalError, but will simply not match the experiment definition when evaluate is called.

inline class EvalError(s: String)

Constructors

EvalError
Link copied to clipboard

Warps an evaluation error

fun EvalError(s: String)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

s
Link copied to clipboard
val s: String