ApolloHttpException
class ApolloHttpException( val statusCode: Int, val headers: List<HttpHeader>, val body: BufferedSource?, message: String, cause: Throwable? = null) : ApolloException
Content copied to clipboard
The response was received but the response code was not 200
Parameters
statusCode
: the HTTP status code
headers
: the HTTP headers
Constructors
Link copied to clipboard
fun ApolloHttpException( statusCode: Int, headers: List<HttpHeader>, body: BufferedSource?, message: String, cause: Throwable? = null)
Content copied to clipboard