MongoDbErrorResponse

data class MongoDbErrorResponse(val code: String? = null, val count: Int? = null, val message: String? = null, val type: String? = null)

Describes an error or warning that occurred during a MongoDB migration

Constructors

Link copied to clipboard
constructor(code: String? = null, count: Int? = null, message: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The non-localized, machine-readable code that describes the error or warning

Link copied to clipboard
val count: Int? = null

The number of times the error or warning has occurred

Link copied to clipboard
val message: String? = null

The localized, human-readable message that describes the error or warning

Link copied to clipboard
val type: String? = null

The type of error or warning