agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk
/
RetryConfig
Retry
Config
data
class
RetryConfig
(
val
maxRetries
:
Int
,
val
retryOnServerErrors
:
Boolean
)
Immutable retry configuration with max retries and server error retry toggle.
Members
Constructors
Retry
Config
Link copied to clipboard
constructor
(
maxRetries
:
Int
,
retryOnServerErrors
:
Boolean
)
Properties
max
Retries
Link copied to clipboard
val
maxRetries
:
Int
retry
On
Server
Errors
Link copied to clipboard
val
retryOnServerErrors
:
Boolean