case class KeyValueWriteErrorInfo(bucket: String, scope: String, collection: String, documentId: String, throwable: Option[Throwable]) extends Product with Serializable
Case class containing error information for KeyValue write operations.
- bucket
The bucket name where the error occurred
- scope
The scope name where the error occurred
- collection
The collection name where the error occurred
- documentId
The document ID that failed to write
- throwable
The original exception that occurred, or None if the exception could not be returned (which may be because it's not serializable)
- Alphabetic
- By Inheritance
- KeyValueWriteErrorInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new KeyValueWriteErrorInfo(bucket: String, scope: String, collection: String, documentId: String, throwable: Option[Throwable])
- bucket
The bucket name where the error occurred
- scope
The scope name where the error occurred
- collection
The collection name where the error occurred
- documentId
The document ID that failed to write
- throwable
The original exception that occurred, or None if the exception could not be returned (which may be because it's not serializable)
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 bucket: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val collection: String
- val documentId: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scope: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val throwable: Option[Throwable]
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)