UnknownStatusCode

data class UnknownStatusCode(val statusCode: Int) : AdError

An error relating to the server response.

This can occur if the server response contains a status code that is not within the values between 200 and 599.

Constructors

Link copied to clipboard
constructor(statusCode: Int)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

The status code of the response.