All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.coxautodev.graphql.client.GraphQLError.kt Maven / Gradle / Ivy

The newest version!
package com.coxautodev.graphql.client

/**
 * @author Andrew Potter
 */
class GraphQLError(val errors: List>) : RuntimeException(errors.map { it.toString() }.joinToString(", "))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy