TrafficError

abstract class TrafficError

Represents an error raised when something went wrong in the Traffic SDK.

Inheritors

Types

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

Deserialization of proto response failed.

Properties

Link copied to clipboard

Functions

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