Object/Class

io.buoyant.grpc.runtime

GrpcStatus

Related Docs: class GrpcStatus | package runtime

Permalink

object GrpcStatus extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcStatus
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Aborted(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  2. case class AlreadyExists(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  3. case class Canceled(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  4. case class DataLoss(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  5. case class DeadlineExceeded(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  6. case class FailedPrecondition(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  7. case class Internal(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  8. case class InvalidArgument(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  9. case class NotFound(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  10. case class Ok(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  11. case class Other(c: Int, message: String) extends GrpcStatus with Product with Serializable

    Permalink
  12. case class OutOfRange(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  13. case class PermissionDenied(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  14. case class ResourceExhausted(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  15. case class Unauthenticated(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  16. case class Unavailable(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  17. case class Unimplemented(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink
  18. case class Unknown(message: String = "") extends GrpcStatus with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(code: Int, msg: String): GrpcStatus

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromHeaders(headers: Headers): GrpcStatus

    Permalink
  11. def fromReset(rst: Reset): GrpcStatus

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. def tryFromHeaders(headers: Headers): Option[GrpcStatus]

    Permalink
  21. def unapply(message: Message): Option[GrpcStatus]

    Permalink
  22. def unapply(frame: Frame): Option[GrpcStatus]

    Permalink
  23. def unapply(s: GrpcStatus): Option[(Int, String)]

    Permalink
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped