object ConfigurationErrors extends ErrorGroup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ConfigurationErrors
- 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]) @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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 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.
|""")
- object InvalidPrescribedDomainId extends ErrorCode
- 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")
- 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.""")