CocoaMQTTUNSUBACKReasonCode - emqx/CocoaMQTT GitHub Wiki
CocoaMQTTUNSUBACKReasonCode
@objc public enum CocoaMQTTUNSUBACKReasonCode: UInt8
Inheritance
UInt8
Enumeration Cases
grantedQoS0
case grantedQoS0 = 0x00
noSubscriptionExisted
case noSubscriptionExisted = 0x11
unspecifiedError
case unspecifiedError = 0x80
implementationSpecificError
case implementationSpecificError = 0x83
notAuthorized
case notAuthorized = 0x87
topicFilterInvalid
case topicFilterInvalid = 0x8F
packetIdentifierInUse
case packetIdentifierInUse = 0x91