kenwork
Toggle table of contents
0.5.1
release
Target filter
release
Switch theme
Search in API
Skip to content
kenwork
mutations
/
io.github.maniramezan.kenwork.mutations
/
MutationStatus
/
Retrying
Retrying
data
class
Retrying
(
val
attempt
:
Int
,
val
error
:
NetworkError
)
:
MutationStatus
The most recent attempt failed transiently and a retry is scheduled.
Members
Constructors
Retrying
Link copied to clipboard
constructor
(
attempt
:
Int
,
error
:
NetworkError
)
Properties
attempt
Link copied to clipboard
val
attempt
:
Int
error
Link copied to clipboard
val
error
:
NetworkError