UNAUTHENTICATED_U13

wvlet.airframe.http.RPCStatus.UNAUTHENTICATED_U13
case object UNAUTHENTICATED_U13 extends RPCStatus

The user has not been authenticated

Attributes

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

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Inherited methods

def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

http status code derived from grpc status code

http status code derived from grpc status code

Attributes

Inherited from:
RPCStatus
def isFailure: Boolean

Attributes

Inherited from:
RPCStatus
def isSuccess: Boolean

Attributes

Inherited from:
RPCStatus
def name: String

The error code name.

The error code name.

Attributes

Inherited from:
RPCStatus
def newException(message: String, cause: Throwable, appErrorCode: Int, metadata: Map[String, Any]): RPCException

Create a new RPCException with this RPCStatus.

Create a new RPCException with this RPCStatus.

Value parameters

appErrorCode

application-specific error code. default: -1 (None)

cause

the cause of the error (optional)

message

the error message (required)

metadata

application-specific metadata (optional)

Attributes

Inherited from:
RPCStatus
override def pack(p: Packer): Unit

Attributes

Definition Classes
RPCStatus -> PackSupport
Inherited from:
RPCStatus
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def shouldReportStackTrace: Boolean

Attributes

Inherited from:
RPCStatus

Inherited fields

lazy val code: Int

Integer-based error code

Integer-based error code

Attributes

Inherited from:
RPCStatus

Attributes

Inherited from:
RPCStatus

Attributes

Inherited from:
RPCStatus