object RequestValidationErrors extends RequestValidationErrorGroup
- Annotations
- @Explanation(explanation = "Validation errors raised when evaluating requests in the Ledger API.")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestValidationErrors
- RequestValidationErrorGroup
- 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() @IntrinsicCandidate()
- 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() @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])
- object InvalidArgument extends ErrorCode
- Annotations
- @Explanation(explanation = """This error is emitted when a submitted ledger API command contains an invalid argument.""") @Resolution(resolution = "Inspect the reason given and correct your application.")
- object InvalidDeduplicationPeriodField extends ErrorCode
- Annotations
- @Explanation(explanation = "This error is emitted when a submitted ledger API command specifies an invalid deduplication period.") @Resolution(resolution = "Inspect the error message, adjust the value of the deduplication period or ask the participant operator to increase the maximum deduplication period.")
- object InvalidField extends ErrorCode
- Annotations
- @Explanation(explanation = """This error is emitted when a submitted ledger API command contains a field value that cannot be understood.""") @Resolution(resolution = "Inspect the reason given and correct your application.")
- object LedgerIdMismatch extends ErrorCode
- Annotations
- @Explanation(explanation = """Every ledger API command contains a ledger-id which is verified against the running ledger.
This error indicates that the provided ledger-id does not match the expected one.""") @Resolution(resolution = "Ensure that your application is correctly configured to use the correct ledger.")
- object MissingField extends ErrorCode
- Annotations
- @Explanation(explanation = """This error is emitted when a mandatory field is not set in a submitted ledger API command.""") @Resolution(resolution = "Inspect the reason given and correct your application.")
- object NonHexOffset extends ErrorCode
- Annotations
- @Explanation(explanation = """The supplied offset could not be converted to a binary offset.""") @Resolution(resolution = "Ensure the offset is specified as a hexadecimal string.")
- object NotFound extends ErrorGroup
- object OffsetAfterLedgerEnd extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when a read request uses an offset beyond the current ledger end.") @Resolution(resolution = "Use an offset that is before the ledger end.")
- object OffsetOutOfRange extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when a read request uses an offset invalid in the requests' context.") @Resolution(resolution = "Inspect the error message and use a valid offset.")
- object ParticipantPrunedDataAccessed extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when a read request tries to access pruned data.") @Resolution(resolution = "Use an offset that is after the pruning offset.")