o
com.digitalasset.canton.participant.admin.party
PartyManagementServiceError
Companion trait PartyManagementServiceError
object PartyManagementServiceError extends PartyManagementServiceErrorGroup with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PartyManagementServiceError
- Serializable
- PartyManagementServiceErrorGroup
- ErrorGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val errorClass: ErrorClass
- Definition Classes
- ErrorGroup
- val fullClassName: String
- Definition Classes
- ErrorGroup
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- object IOStream extends ErrorCode
- object InternalError extends ErrorCode
- object InvalidAcsSnapshotTimestamp extends ErrorCode
- Annotations
- @Explanation(explanation = """The participant does not support serving an ACS snapshot at the requested timestamp. Likely causes:
|1) Ledger state processing has not yet caught up with the topology state.
|2) Requested timestamp is not the effective time of a topology transaction.""") @Resolution(resolution = """Ensure the specified timestamp is the effective time of a topology transaction that has been sequenced
|on the specified synchronizer. If so, retry after a bit (possibly repeatedly).""")
- object InvalidArgument extends ErrorCode
- object InvalidTimestamp extends ErrorCode
- Annotations
- @Explanation(explanation = """The participant does not (yet) support serving a ledger offset at the requested timestamp. This may have happened
|because the ledger state processing has not yet caught up.""") @Resolution(resolution = """Ensure the requested timestamp is valid. If so, retry after some time (possibly repeatedly).""")