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)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyValueWriteErrorInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @IntrinsicCandidate()
- val collection: String
- val documentId: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- 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()
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated