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
val error: WriteError