object Verdict extends HasVersionedMessageCompanion[Verdict] with Serializable
- Alphabetic
- By Inheritance
- Verdict
- Serializable
- HasVersionedMessageCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait MediatorReject extends Verdict with TransactionErrorWithEnum[Code] with HasProtoV0[v0.Verdict]
- abstract class MediatorRejectError extends TransactionErrorWithEnumImpl[Code]
- type MediatorRejectErrorCode = ErrorCodeWithEnum[Code]
- type Parser = (ByteString) => ParsingResult[Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- case class RejectReasons(reasons: List[(Set[LfPartyId], LocalReject)]) extends Verdict with Product with Serializable
- reasons
Mapping from the parties of a com.digitalasset.canton.protocol.messages.MediatorResponse to the rejection reason from the com.digitalasset.canton.protocol.messages.MediatorResponse
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
- def fromByteArray(bytes: Array[Byte]): ParsingResult[Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- def fromByteString(bytes: ByteString): ParsingResult[Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- def fromProtoV0(protoVerdict: v0.Verdict): ParsingResult[Verdict]
- def fromProtoVersioned(proto: VersionedMessage[Verdict]): ParsingResult[Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getVersionedSetParameter(protocolVersion: ProtocolVersion)(implicit setParameterByteArray: SetParameter[Array[Byte]]): SetParameter[Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- def getVersionedSetParameterO(protocolVersion: ProtocolVersion)(implicit setParameterByteArrayO: SetParameter[Option[Array[Byte]]]): SetParameter[Option[Verdict]]
- Definition Classes
- HasVersionedMessageCompanion
- implicit def hasVersionedWrapperGetResult(implicit getResultByteArray: GetResult[Array[Byte]]): GetResult[Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- implicit def hasVersionedWrapperGetResultO(implicit getResultByteArrayO: GetResult[Option[Array[Byte]]]): GetResult[Option[Verdict]]
- Definition Classes
- HasVersionedMessageCompanion
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def name: String
The name of the class as used for pretty-printing and error reporting
The name of the class as used for pretty-printing and error reporting
- Attributes
- protected
- Definition Classes
- Verdict → HasVersionedMessageCompanion
- 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()
- val prettyReasons: Pretty[List[(Set[LfPartyId], LocalReject)]]
Make this an implicit, if you need to pretty print rejection reasons.
- def readFromFile(inputFile: String): Either[String, Verdict]
- Definition Classes
- HasVersionedMessageCompanion
- def supportedProtoVersion[Proto <: GeneratedMessage](p: GeneratedMessageCompanion[Proto])(fromProto: (Proto) => ParsingResult[Verdict]): (ByteString) => ParsingResult[Verdict]
- Attributes
- protected
- Definition Classes
- HasVersionedMessageCompanion
- val supportedProtoVersions: Map[Int, Parser]
Proto versions that are supported by
fromProtoVersioned
andfromByteString
See the helperssupportedProtoVersion
andsupportedProtoVersionMemoized
below to define aParser
.Proto versions that are supported by
fromProtoVersioned
andfromByteString
See the helperssupportedProtoVersion
andsupportedProtoVersionMemoized
below to define aParser
.- Definition Classes
- Verdict → HasVersionedMessageCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryFromByteString(bytes: ByteString): Verdict
- Definition Classes
- HasVersionedMessageCompanion
- def tryReadFromFile(inputFile: String): Verdict
- Definition Classes
- HasVersionedMessageCompanion
- 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 Approve extends Verdict with Product with Serializable
- object MediatorReject extends MediatorRejectionGroup with Serializable
- case object Timeout extends Verdict with Product with Serializable