o
com.digitalasset.canton.participant.protocol.reassignment
ReassignmentProcessingSteps
Companion trait ReassignmentProcessingSteps
object ReassignmentProcessingSteps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReassignmentProcessingSteps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class ContractError(message: String) extends ReassignmentProcessorError with Product with Serializable
- final case class DuplicateReassignmentTreeHash(reassignmentRef: ReassignmentRef, submitterLf: LfPartyId, hash: RootHash) extends ReassignmentProcessorError with Product with Serializable
- final case class EncryptionError(contractId: LfContractId, error: EncryptedViewMessageCreationError) extends ReassignmentProcessorError with Product with Serializable
- final case class FieldConversionError(reassignmentId: ReassignmentId, field: String, error: String) extends ReassignmentProcessorError with Product with Serializable
- final case class GenericStepsError(error: ProcessorError) extends ReassignmentProcessorError with Product with Serializable
- final case class InvalidReassignmentView(reason: String) extends ReassignmentProcessorError with Product with Serializable
- final case class NoStakeholders extends ReassignmentProcessorError with Product with Serializable
- final case class NoTimeProofFromSynchronizer(synchronizerId: SynchronizerId, reason: String) extends ReassignmentProcessorError with Product with Serializable
- final case class ParsedReassignmentRequest[VT <: FullReassignmentViewTree](rc: RequestCounter, requestTimestamp: CantonTimestamp, sc: SequencerCounter, fullViewTree: VT, recipients: Recipients, signatureO: Option[Signature], submitterMetadataO: Option[ReassignmentSubmitterMetadata], isFreshOwnTimelyRequest: Boolean, malformedPayloads: Seq[MalformedPayload], mediator: MediatorGroupRecipient, snapshot: SynchronizerSnapshotSyncCryptoApi, synchronizerParameters: DynamicSynchronizerParametersWithValidity) extends ParsedRequest[ReassignmentSubmitterMetadata] with Product with Serializable
- trait PendingReassignment extends PendingRequestData with Product with Serializable
- final case class PendingReassignmentSubmission(reassignmentCompletion: Promise[Status] = Promise[com.google.rpc.status.Status](), decisionTimeTickRequestTracker: TickRequestTracker = new SynchronizerTimeTracker.TickRequestTracker()) extends Product with Serializable
- final case class ReassignmentParametersError(synchronizerId: SynchronizerId, context: String) extends ReassignmentProcessorError with Product with Serializable
- trait ReassignmentProcessorError extends WrapsProcessorError with Product with Serializable with PrettyPrinting
- final case class ReassignmentSigningError(cause: SyncCryptoError) extends ReassignmentProcessorError with Product with Serializable
- final case class ReassignmentStoreFailed(reassignmentId: ReassignmentId, error: ReassignmentStoreError) extends ReassignmentProcessorError with Product with Serializable
- final case class RejectionArgs[T <: PendingReassignment](pendingReassignment: T, error: TransactionRejection) extends Product with Serializable
- final case class SubmissionValidationError(message: String) extends ReassignmentProcessorError with Product with Serializable
Used to convert ReassignmentValidationError to ReassignmentValidationError
- final case class SynchronizerNotReady(synchronizerId: SynchronizerId, context: String) extends ReassignmentProcessorError with Product with Serializable
- final case class UnknownSynchronizer(synchronizerId: SynchronizerId, context: String) extends ReassignmentProcessorError 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]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- 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])
- case object ApplicationShutdown extends ReassignmentProcessorError with Product with Serializable
- object NoStakeholders extends Serializable