com.digitalasset.canton.participant.pruning.AcsCommitmentProcessor.Errors.MismatchError
CommitmentsMismatch
object CommitmentsMismatch extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """This error code indicates a commitment mismatch between the participant and one or more counter-participants.
|Between honest participants a fork should never happen, however, misbehavior, bugs or manual changes to
|contract stores using the repair service can lead to forks. A fork means that one or more common contracts
|are active on the participant, but not on its
|counter-participants, or vice versa. Disagreeing participants will have different local verdicts on the
|conformance checks of transactions using disputed contracts. As long as these contracts are active, the
|fork exists, but if the
|contracts get deactivated as part of their lifecycle, then the fork automatically "resolves itself". A
|participant node operator can also fix a fork manually via repair commands.""") @Resolution(resolution = """Please refer to the runbook on inspecting commitment mismatches in order to determine the cause of the
|mismatch together with the counter-participant node. Then repair the store of this participant and/or
|the store of the counter-participant.""")
- Alphabetic
- By Inheritance
- CommitmentsMismatch
- AlarmErrorCode
- ErrorCode
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class Mismatch(synchronizerId: SynchronizerId, remote: AcsCommitmentData, local: Seq[(CommitmentPeriod, HashedCommitmentType)]) extends Alarm 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
- val category: ErrorCategory
- Definition Classes
- ErrorCode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- implicit val code: AlarmErrorCode
- Definition Classes
- AlarmErrorCode → ErrorCode
- def codeStr(correlationId: Option[String]): String
The machine readable error code string, uniquely identifiable by the error id, error category and correlation id.
The machine readable error code string, uniquely identifiable by the error id, error category and correlation id. e.g. NOT_CONNECTED_TO_ANY_SYNCHRONIZER(2,ABC234)
- Definition Classes
- ErrorCode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def errorConveyanceDocString: Option[String]
The error conveyance doc string provides a statement about the form this error will be returned to the user
The error conveyance doc string provides a statement about the form this error will be returned to the user
- Definition Classes
- ErrorCode
- def exposedViaApi: Boolean
True if this error may appear on the API
True if this error may appear on the API
- Attributes
- protected
- Definition Classes
- ErrorCode
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val id: String
- Definition Classes
- ErrorCode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logLevel: Level
Log level of the error code
Log level of the error code
Generally, the log level is defined by the error category. In rare cases, it might be overridden by the error code.
- Definition Classes
- ErrorCode
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- implicit val parent: ErrorClass
- Definition Classes
- ErrorCode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMsg(cause: => String, correlationId: Option[String], limit: Option[Int]): String
- returns
message including error category id, error code id, correlation id and cause
- Definition Classes
- ErrorCode
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])