Warning

data class Warning(val code: OfflineWarningCode, val message: String) : OfflineEvent, WarningEvent

Emitted when a offline warning occurred.

Constructors

Link copied to clipboard
constructor(code: OfflineWarningCode, message: String)

Properties

Link copied to clipboard
open override val code: OfflineWarningCode

The warning code used to identify the warning.

Link copied to clipboard
open override val message: String

The warning message to explain the reason for the warning.