object SequencerError extends SequencerErrorGroup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SequencerError
- SequencerErrorGroup
- ErrorGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- implicit val errorClass: ErrorClass
- Definition Classes
- ErrorGroup
- val fullClassName: String
- Definition Classes
- ErrorGroup
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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 InvalidAcknowledgementSignature extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that the sequencer has detected an invalid acknowledgement request signature.
|This most likely indicates that the request is bogus and has been created by a malicious sequencer.
|So it will not get processed.
|""")
- object InvalidAcknowledgementTimestamp extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that the member has acknowledged a timestamp that is after the events
|it has received. This violates the sequencing protocol.
|""")
- object InvalidEnvelopeSignature extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that the sequencer has detected an invalid envelope signature in the submission request.
|This most likely indicates that the request is bogus and has been created by a malicious sequencer.
|So it will not get processed.
|""")
- object InvalidLedgerEvent extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|The sequencer has detected that some event that was placed on the ledger cannot be parsed.
|This may be due to some sequencer node acting maliciously or faulty.
|The event is ignored and processing continues as usual.
|""")
- object InvalidPruningRequestOnChain extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that some sequencer node has distributed an invalid sequencer pruning request via the blockchain.
|Either the sequencer nodes got out of sync or one of the sequencer nodes is buggy.
|The sequencer node will stop processing to prevent the danger of severe data corruption.
|""") @Resolution(resolution = """Stop using the domain involving the sequencer nodes. Contact support.""")
- object InvalidSubmissionRequestSignature extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that the sequencer has detected an invalid submission request signature.
|This most likely indicates that the request is bogus and has been created by a malicious sequencer.
|So it will not get processed.
|""")
- object MaxRequestSizeExceeded extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """This error means that the request size has exceeded the configured value maxRequestSize.""") @Resolution(resolution = """Send smaller requests or increase the maxRequestSize in the domain parameters""")
- object MissingSubmissionRequestSignatureTimestamp extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that the sequencer has detected that the signed submission request being processed is missing a signature timestamp.
|It indicates that the sequencer node that placed the request is not following the protocol as there should always be a defined timestamp.
|This request will not get processed.
|""")
- object MultipleMediatorRecipients extends AlarmErrorCode
- Annotations
- @Explanation(explanation = """
|This error indicates that the participant is trying to send envelopes to multiple mediators or mediator groups in the same submission request.
|This most likely indicates that the request is bogus and has been created by a malicious sequencer.
|So it will not get processed.
|""")