BsonDecodingException
class BsonDecodingException(message: String, cause: Throwable? = null) : IllegalStateException(source)
Exception thrown when decoding a BsonValue fails.
This typically happens when the expected type doesn't match the data.