object TrafficControlErrors extends TrafficControlErrorGroup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TrafficControlErrors
- TrafficControlErrorGroup
- ErrorGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait TrafficControlError extends Product with Serializable with ContextualizedCantonError
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
- implicit val errorClass: ErrorClass
- Definition Classes
- ErrorGroup
- val fullClassName: String
- Definition Classes
- ErrorGroup
- 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])
- object InvalidTrafficPurchasedMessage extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """The member received an invalid traffic control message. This may occur due to a bug at the sender of the message.
|The message will be discarded. As a consequence, the underlying traffic purchased update will not take effect.
|""") @Resolution(resolution = "Contact support")
- object TrafficControlDisabled extends ErrorCode
- Annotations
- @Explanation(explanation = """Traffic control is not active on the synchronizer.""") @Resolution(resolution = """Enable traffic control by setting the traffic control dynamic synchronizer parameter.""")
- object TrafficControlSerialTooLow extends ErrorCode
- Annotations
- @Explanation(explanation = """The provided serial is lower or equal to the latest recorded balance update.
|""") @Resolution(resolution = """Re-submit the top up request with a serial above the latest recorded balance update.""")
- object TrafficPurchasedRequestAsyncSendFailed extends ErrorCode
- Annotations
- @Explanation(explanation = """Received an unexpected error when sending a top up submission request for sequencing.""") @Resolution(resolution = """Re-submit the top up request with an exponential backoff strategy.""")
- object TrafficStateNotFound extends ErrorCode
- Annotations
- @Explanation(explanation = """This error indicates that the participant does not have a traffic state.""") @Resolution(resolution = """Ensure that the the participant is connected to a synchronizer with traffic control enabled,
and that it has received at least one event from the synchronizer since its connection.""")