trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core
/
ErrorResponse
/
LimitExceeded
Limit
Exceeded
@
Serializable
data
class
LimitExceeded
(
val
error
:
String
?
=
null
,
val
retryAfterMillis
:
Long
)
:
ErrorResponse
Too many requests have been sent in a short period of time. Wait a while then try again.
Members
Constructors
Limit
Exceeded
Link copied to clipboard
constructor
(
error
:
String
?
=
null
,
retryAfterMillis
:
Long
)
Properties
error
Link copied to clipboard
open
override
val
error
:
String
?
=
null
retry
After
Millis
Link copied to clipboard
val
retryAfterMillis
:
Long