Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
scryfall
v0.3.8
Catalog
Scryfall
Api
Error
ConnectionLost
NotFound
RespObject
Options
BulkData
BulkDataList
Card
CardFace
CardList
RelatedCard
Search
SearchParams
Set
SetList
URI
Built with Crystal 1.9.2
2023-10-08 12:35:14 UTC
struct
Scryfall::Api::Error::RespObject
Scryfall::Api::Error::RespObject
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
scryfall/api.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#code
: String
#details
: String
#object
: String
#status
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
code
: String
#
[
View source
]
def
details
: String
#
[
View source
]
def
object
: String
#
[
View source
]
def
status
: Int32
#
[
View source
]