GCMResultError

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

Type members

Classlikes

case object InvalidDataKey extends GCMResultError
case object InvalidTtl extends GCMResultError
case object MessageTooBig extends GCMResultError
case object MismatchSenderId extends GCMResultError
case object NotRegistered extends GCMResultError
case object Unavailable extends GCMResultError
case class UnknownError(n: String) extends GCMResultError

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

override def default(name: String): GCMResultError
Definition Classes
override def resolveName(item: GCMResultError): String
Definition Classes

Inherited methods

def allNames: String
Inherited from:
OpenEnum
def withName(name: String): GCMResultError
Inherited from:
OpenEnum

Concrete fields

override val all: Seq[GCMResultError]

Implicits

Inherited implicits

implicit val json: Codec[GCMResultError]
Inherited from:
OpenEnum