Skip to main content
Data Class
data class ConnectionError(val message: String, val cause: Throwable? = null) : NetworkError

Constructors

constructor(message: String, cause: Throwable? = null)

Properties

PropertyTypeDescription
causeThrowable?-
codeNetworkErrorCodeStable, machine-readable identifier for this error.
messageString-