o
com.digitalasset.canton.participant.protocol.transfer
TransferProcessingSteps
Companion trait TransferProcessingSteps
object TransferProcessingSteps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransferProcessingSteps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class CreatingTransactionIdNotFound(contractId: LfContractId) extends TransferProcessorError with Product with Serializable
- final case class DecryptionError[VT <: ViewType](transferId: TransferId, error: EncryptedViewMessageError) extends TransferProcessorError with Product with Serializable
- final case class DomainNotReady(domainId: DomainId, context: String) extends TransferProcessorError with Product with Serializable
- final case class DuplicateTransferTreeHash(transferId: Option[TransferId], submitterLf: LfPartyId, hash: RootHash) extends TransferProcessorError with Product with Serializable
- final case class EncryptionError(contractId: LfContractId, error: EncryptedViewMessageCreationError) extends TransferProcessorError with Product with Serializable
- final case class FailedToCreateResponse(transferId: TransferId, error: InvalidMediatorResponse) extends TransferProcessorError with Product with Serializable
- final case class FieldConversionError(transferId: TransferId, field: String, error: String) extends TransferProcessorError with Product with Serializable
- final case class GenericStepsError(error: ProcessorError) extends TransferProcessorError with Product with Serializable
- final case class InvalidTransferCommonData(reason: String) extends TransferProcessorError with Product with Serializable
- final case class InvalidTransferView(reason: String) extends TransferProcessorError with Product with Serializable
- final case class MetadataNotFound(err: Error) extends TransferProcessorError with Product with Serializable
- final case class NoStakeholders extends TransferProcessorError with Product with Serializable
- final case class NoTimeProofFromDomain(domainId: DomainId, reason: String) extends TransferProcessorError with Product with Serializable
- final case class NoTransferSubmissionPermission(kind: String, party: LfPartyId, participantId: ParticipantId) extends TransferProcessorError with Product with Serializable
- trait PendingTransfer extends Product with Serializable
- final case class PendingTransferSubmission(transferCompletion: Promise[Status] = Promise[com.google.rpc.status.Status]()) extends Product with Serializable
- final case class ReceivedMultipleRequests[T](transferIds: NonEmpty[Seq[T]]) extends TransferProcessorError with Product with Serializable
- final case class RejectionArgs[T <: PendingTransfer](pendingTransfer: T, error: LocalReject) extends Product with Serializable
- final case class StakeholdersMismatch(transferId: Option[TransferId], declaredViewStakeholders: Set[LfPartyId], declaredContractStakeholders: Option[Set[LfPartyId]], expectedStakeholders: Either[String, Set[LfPartyId]]) extends TransferProcessorError with Product with Serializable
- final case class SubmittingPartyMustBeStakeholderIn(transferId: TransferId, submittingParty: LfPartyId, stakeholders: Set[LfPartyId]) extends TransferProcessorError with Product with Serializable
- final case class TemplateIdMismatch(declaredTemplateId: LfTemplateId, expectedTemplateId: LfTemplateId) extends TransferProcessorError with Product with Serializable
- final case class TransferParametersError(domainId: DomainId, context: String) extends TransferProcessorError with Product with Serializable
- trait TransferProcessorError extends WrapsProcessorError with Product with Serializable with PrettyPrinting
- final case class TransferStoreFailed(transferId: TransferId, error: TransferStoreError) extends TransferProcessorError with Product with Serializable
- final case class UnknownDomain(domainId: DomainId, context: String) extends TransferProcessorError 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() @IntrinsicCandidate()
- 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
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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 TransferProcessorError with Product with Serializable
- object NoStakeholders extends Serializable