DeserializationError

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class DeserializationError(val message: String) : TrafficError

Deserialization of proto response failed.

Constructors

Link copied to clipboard
constructor(message: String)

Inherited properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
open override fun toString(): String