Decoding

data class Decoding(val exception: Exception) : AdError

Error related to data decoding.

This may occur if the SDK is waiting for different data from the server.

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard

Short error description.

Link copied to clipboard

The exception that occurred during decoding.