SourceErrorEvent
@objcMembers
@objc(BMPSourceErrorEvent)
public class SourceErrorEvent : NSObject, SourceEvent
See SourceListener
for more information on this event.
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let code: SourceError.Code
-
Declaration
Swift
public let message: String
-
Declaration
Swift
public let timestamp: TimeInterval
-
Declaration
Swift
public let data: DeficiencyData?
-
Declaration
Swift
public init(code: SourceError.Code, message: String, data: DeficiencyData?)