OfflineErrorEvent
@objc(BMPOfflineErrorEvent)
public protocol OfflineErrorEvent : OfflineEvent
See OfflineContentManagerListener
for more information on this event.
-
Code for the error
Declaration
Swift
var code: OfflineError.Code { get }
-
Message associated with the error event
Declaration
Swift
var message: String { get }
-
Additional deficiency data if any
Declaration
Swift
var data: DeficiencyData? { get }