AnilistGQLError

@Serializable
class AnilistGQLError(val extensions: JsonObject? = null, val locations: List<GQLError.ErrorLocations>? = null, val message: String, val path: List<String>? = null, val validation: JsonObject? = null, val status: Int) : GQLError

Constructors

Link copied to clipboard
constructor(extensions: JsonObject? = null, locations: List<GQLError.ErrorLocations>? = null, message: String, path: List<String>? = null, validation: JsonObject? = null, status: Int)

Properties

Link copied to clipboard
open override val extensions: JsonObject? = null
Link copied to clipboard
open override val locations: List<GQLError.ErrorLocations>? = null
Link copied to clipboard
open override val message: String
Link copied to clipboard
open override val path: List<String>? = null
Link copied to clipboard
val status: Int
Link copied to clipboard
val validation: JsonObject? = null