CocoaMQTTPUBRECReasonCode - emqx/CocoaMQTT GitHub Wiki
CocoaMQTTPUBRECReasonCode
@objc public enum CocoaMQTTPUBRECReasonCode: UInt8
Inheritance
UInt8
Enumeration Cases
success
case success = 0x00
noMatchingSubscribers
case noMatchingSubscribers = 0x10
unspecifiedError
case unspecifiedError = 0x80
implementationSpecificError
case implementationSpecificError = 0x83
notAuthorized
case notAuthorized = 0x87
topicNameInvalid
case topicNameInvalid = 0x90
packetIdentifierInUse
case packetIdentifierInUse = 0x91
quotaExceeded
case quotaExceeded = 0x97
payloadFormatInvalid
case payloadFormatInvalid = 0x99