GrpcStatus

wvlet.airframe.http.GrpcStatus
See theGrpcStatus companion object
sealed abstract class GrpcStatus(val code: Int, val httpStatus: HttpStatus) extends PackSupport

Attributes

Companion:
object
Graph
Supertypes
trait PackSupport
class Object
trait Matchable
class Any
Known subtypes
object ABORTED_10.type
object ALREADY_EXISTS_6.type
object CANCELLED_1.type
object DATA_LOSS_15.type
object INTERNAL_13.type
object INVALID_ARGUMENT_3.type
object NOT_FOUND_5.type
object OK_0.type
object OUT_OF_RANGE_11.type
object UNAUTHENTICATED_16.type
object UNAVAILABLE_14.type
object UNIMPLEMENTED_12.type
object UNKNOWN_2.type

Members list

Concise view

Value members

Concrete methods

override def pack(packer: Packer): Unit

Attributes

Definition Classes
PackSupport

Concrete fields

val code: Int
val name: String

The string representation of this status code

The string representation of this status code

Attributes