Error
class Error @ApolloDeprecatedSince(version = ApolloDeprecatedSince.Version.v4_0_0) constructor(val message: String, val locations: List<Error.Location>?, val path: List<Any>?, val extensions: Map<String, Any?>?, val nonStandardFields: Map<String, Any?>?)
Represents an error response returned from the GraphQL server See https://spec.graphql.org/draft/#sec-Errors.Error-result-format