GrpcStatus

wvlet.airframe.http.GrpcStatus$
See theGrpcStatus companion class
object GrpcStatus

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object ABORTED_10 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object ALREADY_EXISTS_6 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object CANCELLED_1 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object DATA_LOSS_15 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object DEADLINE_EXCEEDED_4 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object FAILED_PRECONDITION_9 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object INTERNAL_13 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object INVALID_ARGUMENT_3 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object NOT_FOUND_5 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object OK_0 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
OK_0.type
case object OUT_OF_RANGE_11 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object PERMISSION_DENIED_7 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object RESOURCE_EXHAUSTED_8 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object UNAUTHENTICATED_16 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object UNAVAILABLE_14 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object UNIMPLEMENTED_12 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type
case object UNKNOWN_2 extends GrpcStatus

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PackSupport
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def all: Seq[GrpcStatus]
def ofCode(code: Int): GrpcStatus
def unpack(u: Unpacker): Option[GrpcStatus]