case object InvalidGivenCurrentSystemStateSeekAfterEnd extends ErrorCategoryImpl with ErrorCategory with Product with Serializable
A failure due to requesting a resource using a parameter value that falls beyond the current upper bound (or 'end') defined by the system's state.
- Annotations
- @Description(description = """The request failed because it resulted in an operation beyond the current upper bound (or 'end')
|defined by the system's state. For example, supplying a ledger offset which is larger than the current
|ledger end, or a record time that is in the future.""") @RetryStrategy(retryStrategy = """Wait and retry. For example, retry a limited number of times with potentially increasing backoff.
|Hint: Inspect the retryable value of the error code to decide on the particular retry duration.""") @Resolution(resolution = """Resolution can occur naturally as the system progresses. The requested operation may become valid
|eventually once the system's state has advanced further. For example, when new ledger entries are added.
|If however the situation does not resolve as expected, operator intervention may be required.""")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InvalidGivenCurrentSystemStateSeekAfterEnd
- ErrorCategory
- Serializable
- Product
- Equals
- ErrorCategoryImpl
- 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
- val asInt: Int
- Definition Classes
- ErrorCategoryImpl
- 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()
- val grpcCode: Option[Code]
- Definition Classes
- ErrorCategoryImpl
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logLevel: Level
- Definition Classes
- ErrorCategoryImpl
- 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()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rank: Int
- Definition Classes
- ErrorCategoryImpl
- val redactDetails: Boolean
- Definition Classes
- ErrorCategoryImpl
- val retryable: Option[ErrorCategoryRetry]
- Definition Classes
- ErrorCategoryImpl
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])