Encoding

data class Encoding(val exception: Exception) : AdError

Error related to data encoding.

This may occur if the SDK is failed to encode data.

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 encoding.