RPCStatusType

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object INTERNAL_ERROR extends RPCStatusType
case object RESOURCE_EXHAUSTED extends RPCStatusType
case object SUCCESS extends RPCStatusType
case object USER_ERROR extends RPCStatusType

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 all: Seq[RPCStatusType]
def ofPrefix(prefix: Char): RPCStatusType
def unapply(s: String): Option[RPCStatusType]