Default GQLError
@Serializable
Default implementation of GQLError.
Use when errors conform to the GraphQL spec.
If other fields are specified consider implementing GQLError.
See also
Constructors
Link copied to clipboard
constructor(message: String, locations: List<GQLError.ErrorLocations>? = null, path: List<String>? = null, extensions: JsonObject? = null)