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