RecoverableMongoBulkWriteException

class RecoverableMongoBulkWriteException(val error: WriteError, bulkWriteException: MongoBulkWriteException) : MongoException, RecoverableException

Constructors

Link copied to clipboard
constructor(error: WriteError, bulkWriteException: MongoBulkWriteException)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val code: Int
Link copied to clipboard
val error: WriteError
Link copied to clipboard
open val errorLabels: Set<String?>?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
open fun addLabel(errorLabel: String?)
Link copied to clipboard
open fun hasErrorLabel(errorLabel: String?): Boolean
Link copied to clipboard
open fun removeLabel(errorLabel: String?)