GraphError

constructor(message: String? = null, path: List<Any>? = null, locations: List<GraphError.Location>? = null, extensions: Map<String, Any?>? = null)(source)

Parameters

message

Description of the error.

path

Path of the response field that encountered the error. Gson-only; @Transient for kotlinx.

locations

List of locations within the GraphQL document at which the error occurred.

extensions

Additional information about the error. Gson-only; @Transient for kotlinx.