Bson Invalid Operation Exception
class BsonInvalidOperationException(message: String?, cause: Throwable?) : BsonException
Content copied to clipboard
An exception indicating an invalid BSON operation.
Parameters
message
the message
cause
the cause
Constructors
Link copied to clipboard
fun BsonInvalidOperationException(message: String? = null, cause: Throwable? = null)
Content copied to clipboard
constructs a new instance with the given message and cause
Functions
Link copied to clipboard
Return the error code if set
Link copied to clipboard
Returns if the error code is set (i.e., not null).