ApolloHttpException

class ApolloHttpException(statusCode: Int, headers: List<HttpHeader>, message: String, cause: Throwable?) : ApolloException

The response was received but the response code was not 200

Constructors

ApolloHttpException
Link copied to clipboard
common
fun ApolloHttpException(statusCode: Int, headers: List<HttpHeader>, message: String, cause: Throwable? = null)

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
headers
Link copied to clipboard
common
val headers: List<HttpHeader>
message
Link copied to clipboard
common
open val message: String?
statusCode
Link copied to clipboard
common
val statusCode: Int