o

com.digitalasset.canton.topology.TopologyManagerError

ParticipantTopologyManagerError

object ParticipantTopologyManagerError extends ParticipantErrorGroup

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParticipantTopologyManagerError
  2. ParticipantErrorGroup
  3. ErrorGroup
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit val errorClass: ErrorClass
    Definition Classes
    ErrorGroup
  9. val fullClassName: String
    Definition Classes
    ErrorGroup
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. 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.")
  22. 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.")
  23. 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.")
  24. 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.")
  25. 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.")
  26. 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.")
  27. object PackageIdInUse extends ErrorCode
    Annotations
    @Resolution(resolution = "To unvet the package id, you must archive all contracts using this package id.")

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ParticipantErrorGroup

Inherited from ErrorGroup

Inherited from AnyRef

Inherited from Any

Ungrouped