ClientIssue

data class ClientIssue(val statusCode: Int) : AdError

An error relating to the server response.

This can occur if the server response contains a status code 400-499.

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.