object ParticipantTopologyManagerError extends ParticipantErrorGroup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParticipantTopologyManagerError
- ParticipantErrorGroup
- 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 CannotVetDueToMissingPackages extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates that a package vetting command failed due to packages not existing locally.
|This can be due to either the packages not being present or their dependencies being missing.
|When vetting a package, the package must exist on the participant, as otherwise the participant
|will not be able to process a transaction relying on a particular package.""") @Resolution(resolution = "Upload the package locally first before issuing such a transaction.")
- object DangerousVettingCommandsRequireForce extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates that a dangerous package vetting command was rejected.
|This is the case when a command is revoking the vetting of a package.
|Use the force flag to revoke the vetting of a package.""") @Resolution(resolution = "Set the ForceFlag.PackageVettingRevocation if you really know what you are doing.")
- object DependenciesNotVetted extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates a vetting request failed due to dependencies not being vetted.
|On every vetting request, the set supplied packages is analysed for dependencies. The
|system requires that not only the main packages are vetted explicitly but also all dependencies.
|This is necessary as not all participants are required to have the same packages installed and therefore
|not every participant can resolve the dependencies implicitly.""") @Resolution(resolution = "Vet the dependencies first and then repeat your attempt.")
- object DisablePartyWithActiveContractsRequiresForce extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates that a dangerous PartyToParticipant mapping deletion was rejected.
|If the command is run and there are active contracts where the party is a stakeholder, these contracts
|will become will never get pruned, resulting in storage that cannot be reclaimed.
| """) @Resolution(resolution = "Set the ForceFlag.PackageVettingRevocation if you really know what you are doing.")
- object InsufficientParticipantPermissionForSignatoryParty extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates that a request to change a participant permission to observer was rejected.
|If the command is run and the party is still a signatory on active contracts,
|then this transition prevents it from using the contracts.
|""") @Resolution(resolution = "Set the ForceFlag.AllowInsufficientParticipantPermissionForSignatoryParty if you really know what you are doing.")
- object InsufficientSignatoryAssigningParticipantsForParty extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates that a dangerous PartyToParticipant mapping was rejected.
|If the command is run, there will no longer be enough signatory-assigning participants
|(i.e., reassigning participants with confirmation permissions for assignments) to complete the ongoing reassignments, these reassignments
|will remain stuck.
| """) @Resolution(resolution = "Set the ForceFlag.AllowInsufficientSignatoryAssigningParticipantsForParty if you really know what you are doing.")
- object PackageIdInUse extends ErrorCode
- Annotations
- @Resolution(resolution = "To unvet the package id, you must archive all contracts using this package id.")