o
com.digitalasset.canton.participant.sync
TransactionRoutingError
Companion trait TransactionRoutingError
object TransactionRoutingError extends RoutingErrorGroup with Serializable
All routing errors happen before in-flight submission checking and are therefore never definite answers.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransactionRoutingError
- Serializable
- RoutingErrorGroup
- ErrorGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class SubmissionError(domainId: DomainId, parent: TransactionSubmissionError) extends TransactionParentError[TransactionSubmissionError] with TransactionRoutingError with Product with Serializable
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 AutomaticTransferForTransactionFailure extends ErrorCode
- Annotations
- @Explanation("""This error indicates that the automated transfer could not succeed, as the current topology does not
allow the transfer to complete, mostly due to lack of confirmation permissions of the involved parties.""") @Resolution("""Inspect the message and your topology and ensure appropriate permissions exist.""")
- object ConfigurationErrors extends ErrorGroup
- object MalformedInputErrors extends ErrorGroup
- object RoutingInternalError extends ErrorCode
- Annotations
- @Explanation("""This error indicates an internal error in the Canton domain router.""") @Resolution("""Please contact support.""")
- object TopologyErrors extends ErrorGroup