Skip to content

CocoaMQTTDISCONNECTReasonCode

leeway edited this page Nov 19, 2021 · 1 revision

CocoaMQTTDISCONNECTReasonCode

@objc public enum CocoaMQTTDISCONNECTReasonCode: UInt8 

Inheritance

UInt8

Enumeration Cases

normalDisconnection

case normalDisconnection = 0x00

disconnectWithWillMessage

case disconnectWithWillMessage = 0x04

unspecifiedError

case unspecifiedError = 0x80

malformedPacket

case malformedPacket = 0x81

protocolError

case protocolError = 0x82

implementationSpecificError

case implementationSpecificError = 0x83

notAuthorized

case notAuthorized = 0x87

serverBusy

case serverBusy = 0x89

serverShuttingDown

case serverShuttingDown = 0x8B

keepAliveTimeout

case keepAliveTimeout = 0x8D

sessionTakenOver

case sessionTakenOver = 0x8E

topicFilterInvalid

case topicFilterInvalid = 0x8F

topicNameInvalid

case topicNameInvalid = 0x90

receiveMaximumExceeded

case receiveMaximumExceeded = 0x93

topicAliasInvalid

case topicAliasInvalid = 0x94

packetTooLarge

case packetTooLarge = 0x95

messageRateTooHigh

case messageRateTooHigh = 0x96

quotaExceeded

case quotaExceeded = 0x97

administrativeAction

case administrativeAction = 0x98

payloadFormatInvalid

case payloadFormatInvalid = 0x99

retainNotSupported

case retainNotSupported = 0x9A

qosNotSupported

case qosNotSupported = 0x9B

useAnotherServer

case useAnotherServer = 0x9C

serverMoved

case serverMoved = 0x9D

sharedSubscriptionsNotSupported

case sharedSubscriptionsNotSupported = 0x9E

connectionRateExceeded

case connectionRateExceeded = 0x9F

maximumConnectTime

case maximumConnectTime = 0xA0

subscriptionIdentifiersNotSupported

case subscriptionIdentifiersNotSupported = 0xA1

wildcardSubscriptionsNotSupported

case wildcardSubscriptionsNotSupported = 0xA2
Types
Protocols
Global Variables
Clone this wiki locally