toggle menu
kresil
0.0.1
common
switch theme
search in API
kresil-lib
/
kresil.retry.event
/
RetryEvent
/
RetryOnError
Retry
On
Error
data
class
RetryOnError
(
val
throwable
:
Throwable
)
:
RetryEvent
(
source
)
Represents a retry event triggered when an
error occurs
.
Parameters
throwable
The error that occurred.
Members
Constructors
Retry
On
Error
Link copied to clipboard
constructor
(
throwable
:
Throwable
)
Properties
throwable
Link copied to clipboard
val
throwable
:
Throwable