Wow
Toggle table of contents
8.3.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-mongo
/
me.ahoo.wow.mongo
/
RecoverableMongoWriteException
Recoverable
Mongo
Write
Exception
class
RecoverableMongoWriteException
(
writeException
:
MongoWriteException
)
:
MongoException
,
RecoverableException
Members
Constructors
Recoverable
Mongo
Write
Exception
Link copied to clipboard
constructor
(
writeException
:
MongoWriteException
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
open
val
code
:
Int
error
Link copied to clipboard
val
error
:
WriteError
error
Labels
Link copied to clipboard
open
val
errorLabels
:
Set
<
String
?
>
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
add
Label
Link copied to clipboard
open
fun
addLabel
(
errorLabel
:
String
?
)
has
Error
Label
Link copied to clipboard
open
fun
hasErrorLabel
(
errorLabel
:
String
?
)
:
Boolean
remove
Label
Link copied to clipboard
open
fun
removeLabel
(
errorLabel
:
String
?
)