twitchkt
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
twitchkt
core
/
io.github.captnblubber.twitchkt.error
/
TwitchApiException
/
RateLimited
Rate
Limited
class
RateLimited
(
val
retryAfterMs
:
Long
,
val
message
:
String
,
cause
:
Throwable
?
=
null
)
:
TwitchApiException
Members
Constructors
Rate
Limited
Link copied to clipboard
constructor
(
retryAfterMs
:
Long
,
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
retry
After
Ms
Link copied to clipboard
val
retryAfterMs
:
Long