ScryfallError

@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)

Constructors

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

Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "object")
val objectType: String
Link copied to clipboard
val status: Int?
Link copied to clipboard
val type: String?
Link copied to clipboard