OfflineErrorEvent

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

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.