Error

object Error extends Enumeration[Error]
Companion
class
trait Sum
trait Mirror
trait Has[Error]
trait Key[Error]
trait HasId
class Object
trait Matchable
class Any

Type members

Classlikes

case
object CLIENT extends Error
case
object SERVER extends Error

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def to(e: Error): (String, Int)

Inherited methods

final
def asString(e: Error): String
Inherited from
Enumeration
final
def fromOrdinal(s: Int): Option[Error]
Inherited from
Enumeration
final
def fromString(s: String): Option[Error]
Inherited from
Enumeration
final override
Definition Classes
Inherited from
Companion

Concrete fields

val id: ShapeId
val values: List[Error]

Inherited fields

lazy
val ordinalMap: Map[Int, Error]
Inherited from
Enumeration
lazy
val valueMap: Map[String, Error]
Inherited from
Enumeration

Implicits

Implicits

implicit
val staticSchema: Static[Schema[Error]]

Inherited implicits

implicit
Inherited from
Companion