Packages

object AttemptToChangeImmutableValue extends ErrorCode

Annotations
@Explanation("""The sequencer smart contract has detected that a value that is immutable after being set for the first time
| (either the signing tolerance or the topology manager ID) was attempted to be changed.
| Most frequently this error occurs during testing when a Canton Ethereum sequencer process without persistence
| is restarted while pointing to the same smart sequencer contract. An Ethereum sequencer attempts to set the
| topology manager ID during initialization, however, without persistence the topology manager ID is randomly
| regenerated on the restart which leads to the sequencer attempting to change the topology manager ID in the
| sequencer smart contract.
|"""
)
@Resolution("""Deploy a new instance of the sequencer contract (Console command `ethereum.deploy_sequencer_contract`) and configure
| the Ethereum sequencer to use that instance. If the errors occur because an Ethereum sequencer process is
| restarted without persistence, deploy a fresh instance of the sequencer contract and configure persistence
| for restarts.
|"""
)
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttemptToChangeImmutableValue
  2. ErrorCode
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class SigningTolerance(msg: String)(implicit loggingContext: ErrorLoggingContext) extends Impl with Product with Serializable
  2. case class TopologyManagerId(msg: String)(implicit loggingContext: ErrorLoggingContext) extends Impl with Product with Serializable

Value Members

  1. def asGrpcError(err: BaseError)(implicit loggingContext: ContextualizedErrorLogger): StatusRuntimeException
    Definition Classes
    ErrorCode
  2. def asGrpcStatus(err: BaseError)(implicit loggingContext: ContextualizedErrorLogger): Status
    Definition Classes
    ErrorCode
  3. val category: ErrorCategory
    Definition Classes
    ErrorCode
  4. implicit val code: ErrorCode
    Definition Classes
    ErrorCode
  5. def codeStr(correlationId: Option[String]): String
    Definition Classes
    ErrorCode
  6. val id: String
    Definition Classes
    ErrorCode
  7. def logLevel: Level
    Definition Classes
    ErrorCode
  8. implicit val parent: ErrorClass
    Definition Classes
    ErrorCode
  9. def toMsg(cause: => String, correlationId: Option[String]): String
    Definition Classes
    ErrorCode