RecoverableMongoWriteException

class RecoverableMongoWriteException(writeException: MongoWriteException) : MongoException, RecoverableException

Constructors

Link copied to clipboard
constructor(writeException: MongoWriteException)

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?)