final case class FinalReason(status: Status) extends RejectionReasonTemplate with Product with Serializable
The status code for the command rejection.
- Alphabetic
- By Inheritance
- FinalReason
- Serializable
- Product
- Equals
- RejectionReasonTemplate
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def code: Int
A gRPC status code representing the error.
A gRPC status code representing the error.
- Definition Classes
- FinalReason → RejectionReasonTemplate
- def definiteAnswer: Boolean
Whether the rejection is a definite answer for the deduplication guarantees specified for ReadService.stateUpdates.
Whether the rejection is a definite answer for the deduplication guarantees specified for ReadService.stateUpdates.
- Definition Classes
- FinalReason → RejectionReasonTemplate
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def message: String
A human-readable description of the error
A human-readable description of the error
- Definition Classes
- FinalReason → RejectionReasonTemplate
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val status: Status
A protobuf gRPC status representing the error.
A protobuf gRPC status representing the error.
- Definition Classes
- FinalReason → RejectionReasonTemplate
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])