PusherError
@objcMembers
open class PusherError : NSObject
Undocumented
-
Code is optional, message is not: https://pusher.com/docs/channels/library_auth_reference/pusher-websockets-protocol#-pusher-error-channels-client- The error code.
Declaration
Swift
public let code: Int?
-
The error message.
Declaration
Swift
public let message: String
-
The error code as an NSNumber (for Objective-C compatibility).
Declaration
Swift
var codeOC: NSNumber? { get }