com.digitalasset.canton.protocol.v1.RegisterTopologyTransactionResponse.Result
State
Companion class State
object State extends GeneratedEnumCompanion[State]
- Alphabetic
- By Inheritance
- State
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends State
- final case class Unrecognized(unrecognizedValue: Int) extends State with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = State
- Definition Classes
- GeneratedEnumCompanion
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()
- implicit def enumCompanion: GeneratedEnumCompanion[State]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[State]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): State
- Definition Classes
- State → GeneratedEnumCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def javaDescriptor: EnumDescriptor
- Definition Classes
- State → GeneratedEnumCompanion
- 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 scalaDescriptor: EnumDescriptor
- Definition Classes
- State → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- State → GeneratedEnumCompanion
- 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])
- case object ACCEPTED extends State with Recognized with Product with Serializable
the request has been accepted by the domain topology manager
the request has been accepted by the domain topology manager
- Annotations
- @SerialVersionUID()
- case object DUPLICATE extends State with Recognized with Product with Serializable
the request is a duplicate (i.e.
the request is a duplicate (i.e. yields an topology state element that already exists)
- Annotations
- @SerialVersionUID()
- case object FAILED extends State with Recognized with Product with Serializable
the request failed with an error message
the request failed with an error message
- Annotations
- @SerialVersionUID()
- case object MISSING_STATE extends State with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object OBSOLETE extends State with Recognized with Product with Serializable
the request is obsolete (i.e.
the request is obsolete (i.e. a Remove to a topology mapping that does not exist on the server)
- Annotations
- @SerialVersionUID()
- case object REJECTED extends State with Recognized with Product with Serializable
the request has been automatically rejected.
the request has been automatically rejected.
- Annotations
- @SerialVersionUID()