ErrorPath

esexpr.ESExprCodec.ErrorPath
enum ErrorPath

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Constructor(constructor: String)
case Current extends ErrorPath
final case class Keyword(constructor: String, name: String, next: ErrorPath)
final case class Positional(constructor: String, pos: Int, next: ErrorPath)