DeserializationError

class DeserializationError(val message: String = "") : SearchError

Deserialization of online json response failed.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun DeserializationError(message: String = "")

Properties

Link copied to clipboard