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.models
/
ScryfallError
/
ScryfallError
Scryfall
Error
constructor
(
objectType
:
String
=
"error"
,
code
:
String
?
=
null
,
status
:
Int
?
=
null
,
details
:
String
?
=
null
,
type
:
String
?
=
null
,
warnings
:
List
<
String
>
?
=
null
)