Packages

object ConfigurationErrors extends ErrorGroup

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfigurationErrors
  2. ErrorGroup
  3. AnyRef
  4. 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() @IntrinsicCandidate()
  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() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  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() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  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 InputContractHasUnauthenticatedId extends ErrorCode
    Annotations
    @Explanation(explanation = """An input contract uses an unauthenticated ID.""") @Resolution(resolution = """The presence of contracts with unauthenticated IDs indicates that these contracts have likely been
    |created using an earlier version of Canton. Unauthenticated contract IDs are deprecated as they have
    |security implications, and are no longer allowed by default. In order to still permit the submission of
    |transactions that use them, you must configure the participants with the `allow-for-unauthenticated-contract-ids`
    |flag set to true.
    |See the following point in the documentation:
    | https://docs.daml.com/canton/usermanual/upgrading.html#test-the-configuration-additional-change-if-you-were-running-protocol-version-3
    |
    |IMPORTANT: Please note that you MUST set the flag on ALL the participants connected to the domain.
    |Failure to do so will end up in critical failures of the participants.
    |"""
    )
  22. object InvalidPrescribedDomainId extends ErrorCode
  23. object MultiDomainSupportNotEnabled extends ErrorCode
    Annotations
    @Explanation(explanation = """This error indicates that a transaction has been submitted that requires multi-domain support.
    Multi-domain support is a preview feature that needs to be enabled explicitly by configuration."""
    )
    @Resolution(resolution = "Set canton.features.enable-preview-commands = yes")
  24. object SubmissionDomainNotReady extends ErrorCode
    Annotations
    @Explanation(explanation = """This error indicates that the transaction should be submitted to a domain which is not connected or not configured.""") @Resolution(resolution = """Ensure that the domain specified in the workflowId is correctly connected.""")

Deprecated Value Members

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

Inherited from ErrorGroup

Inherited from AnyRef

Inherited from Any

Ungrouped