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