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
/
HttpError
Http
Error
class
HttpError
(
val
status
:
Int
,
val
error
:
ScryfallError
?
)
:
ScryfallApiException
Members
Constructors
Http
Error
Link copied to clipboard
constructor
(
status
:
Int
,
error
:
ScryfallError
?
)
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
?
status
Link copied to clipboard
val
status
:
Int