object MalformedInputErrors extends ErrorGroup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MalformedInputErrors
- 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() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 DisclosedContractAuthenticationFailed extends ErrorCode
- Annotations
- @Explanation(explanation = """A provided disclosed contract could not be authenticated against the provided contract id.""") @Resolution(resolution = """Ensure that disclosed contracts provided with command submission match the original contract creation
|content as sourced from the Ledger API.
|If the problem persists, contact the participant operator.""")
- object InvalidDisclosedContract extends ErrorCode
- Annotations
- @Explanation(explanation = """A provided disclosed contract could not be processed.""") @Resolution(resolution = """Ensure that disclosed contracts provided with command submission have an authenticated contract id
|(i.e. have been created in participant nodes running Canton protocol version 4 or higher) and
|match the original contract creation format and content as sourced from the Ledger API.
|If the problem persists, contact the participant operator.""")
- object InvalidDomainAlias extends ErrorCode
- Annotations
- @Explanation(explanation = """The WorkflowID defined in the transaction metadata is not a valid domain alias.""") @Resolution(resolution = """Check that the workflow ID (if specified) corresponds to a valid domain alias.
A typical rejection reason is a too-long domain alias. """)
- object InvalidDomainId extends ErrorCode
- Annotations
- @Explanation(explanation = """The WorkflowID defined in the transaction metadata contains an invalid domain id.""") @Resolution(resolution = """Check that the workflow ID (if specified) corresponds to a valid domain ID after the ``domain-id:`` marker string.""")
- object InvalidPartyIdentifier extends ErrorCode
- Annotations
- @Explanation(explanation = """The given party identifier is not a valid Canton party identifier.""") @Resolution(resolution = """Ensure that your commands only refer to correct and valid Canton party identifiers of parties
|that are properly enabled on the system""")
- object InvalidSubmitter extends ErrorCode
- Annotations
- @Explanation(explanation = """The party defined as a submitter can not be parsed into a valid Canton party.""") @Resolution(resolution = """Check that you only use correctly setup party names in your application.""")