Skip to content

CocoaMQTTCONNACKReasonCode

leeway edited this page Nov 19, 2021 · 1 revision

CocoaMQTTCONNACKReasonCode

@objc public enum CocoaMQTTCONNACKReasonCode: UInt8 

Inheritance

UInt8

Enumeration Cases

success

case success = 0x00

unspecifiedError

case unspecifiedError = 0x80

malformedPacket

case malformedPacket = 0x81

protocolError

case protocolError = 0x82

implementationSpecificError

case implementationSpecificError = 0x83

unsupportedProtocolVersion

case unsupportedProtocolVersion = 0x84

clientIdentifierNotValid

case clientIdentifierNotValid = 0x85

badUsernameOrPassword

case badUsernameOrPassword = 0x86

notAuthorized

case notAuthorized = 0x87

serverUnavailable

case serverUnavailable = 0x88

serverBusy

case serverBusy = 0x89

banned

case banned = 0x8A

badAuthenticationMethod

case badAuthenticationMethod = 0x8C

topicNameInvalid

case topicNameInvalid = 0x90

packetTooLarge

case packetTooLarge = 0x95

quotaExceeded

case quotaExceeded = 0x97

payloadFormatInvalid

case payloadFormatInvalid = 0x99

retainNotSupported

case retainNotSupported = 0x9A

qosNotSupported

case qosNotSupported = 0x9B

useAnotherServer

case useAnotherServer = 0x9C

serverMoved

case serverMoved = 0x9D

connectionRateExceeded

case connectionRateExceeded = 0x9F
Types
Protocols
Global Variables
Clone this wiki locally