scryfall-api
Toggle table of contents
1.0.2
common
Target filter
common
Switch theme
Search in API
Skip to content
scryfall-api
scryfall-api
/
devmugi.mtgcards.scryfall.api.core
/
ScryfallApiException
/
RateLimited
Rate
Limited
class
RateLimited
(
val
error
:
ScryfallError
,
val
retryAfterSeconds
:
Long
?
)
:
ScryfallApiException
Members
Constructors
Rate
Limited
Link copied to clipboard
constructor
(
error
:
ScryfallError
,
retryAfterSeconds
:
Long
?
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
ScryfallError
message
Link copied to clipboard
expect
open
val
message
:
String
?
retry
After
Seconds
Link copied to clipboard
val
retryAfterSeconds
:
Long
?