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
Scryfall
Error
@
Serializable
data
class
ScryfallError
(
val
objectType
:
String
=
"error"
,
val
code
:
String
?
=
null
,
val
status
:
Int
?
=
null
,
val
details
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
warnings
:
List
<
String
>
?
=
null
)
Members
Constructors
Scryfall
Error
Link copied to clipboard
constructor
(
objectType
:
String
=
"error"
,
code
:
String
?
=
null
,
status
:
Int
?
=
null
,
details
:
String
?
=
null
,
type
:
String
?
=
null
,
warnings
:
List
<
String
>
?
=
null
)
Properties
code
Link copied to clipboard
val
code
:
String
?
details
Link copied to clipboard
val
details
:
String
?
object
Type
Link copied to clipboard
@
SerialName
(
value
=
"object"
)
val
objectType
:
String
status
Link copied to clipboard
val
status
:
Int
?
type
Link copied to clipboard
val
type
:
String
?
warnings
Link copied to clipboard
val
warnings
:
List
<
String
>
?