ServerErrorResponse

data class ServerErrorResponse(val message: String) : AdError

An error from the ad server with a message.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

The error description received from the server.