Error

sealed abstract class Error(_value: String, _ordinal: Int) extends Value
Companion:
object
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CLIENT.type
object SERVER.type

Value members

Concrete methods

final def widen: Error

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields

override val hints: Hints
override val ordinal: Int
override val value: String