OfflineErrorEvent

data class OfflineErrorEvent(val code: OfflineErrorCode, val message: String, val data: Any? = null) : ErrorEvent

Constructors

Link copied to clipboard
constructor(code: OfflineErrorCode, message: String, data: Any? = null)

Properties

Link copied to clipboard
open override val code: OfflineErrorCode

The error code used to identify the occurred offline error.

Link copied to clipboard
open override val data: Any? = null

Potential additional data.

Link copied to clipboard
open override val message: String

The error message to explain the reason for the offline error.