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]) @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
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @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
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  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 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.")
  23. 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.")
  24. 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.")
  25. 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.")
  26. object UpgradeDamlPrimIsNotAUtilityPackage extends ErrorCode
    Annotations
    @Explanation(explanation = "This error indicates that a package with name `daml-prim` or `daml-std-lib` that isn't a utility package was being vetted. All `daml-prim` and `daml-std-lib` packages should be utility packages.") @Resolution(resolution = "Contact the supplier of the Dar.")
  27. object UpgradeVersion extends ErrorCode
    Annotations
    @Explanation(explanation = "This error indicates that the upgrade checks failed on a package because another package with the same name and version has been previously vetted.") @Resolution(resolution = "Inspect the error message and contact support.")
  28. object Upgradeability extends ErrorCode
    Annotations
    @Explanation(explanation = "This error indicates that the package to be vetted is invalid because it doesn't upgrade the vetted packages it claims to upgrade.") @Resolution(resolution = "Contact the supplier of the DAR or ensure the vetting state change does not lead to simultaneously-vetted upgrade-incompatible packages.")

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