KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Pure Kotlin Multiplatform implementation
/
opensavvy.ktmongo.bson.multiplatform.serialization
/
BsonDecodingException
Bson
Decoding
Exception
class
BsonDecodingException
(
message
:
String
)
:
Exception
(
source
)
Members
Constructors
Bson
Decoding
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?