Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mqtt-protocol
main
Top Level Namespace
MQTT
Protocol
Connack
ReturnCode
Connect
Disconnect
Error
BadCredentials
Connect
IdentifierRejected
InvalidConnackFlags
InvalidFlags
NotAuthorized
PacketDecode
PacketEncode
ServerUnavailable
UnacceptableProtocolVersion
Flags
IO
Packet
PingReq
PingResp
PubAck
PubComp
Publish
PubRec
PubRel
SimplePacket
SubAck
ReturnCode
Subscribe
TopicFilter
UnsubAck
Unsubscribe
Will
Generated using Crystal 1.16.0
2025-04-19 12:38:07 UTC
class
MQTT::
Protocol::
Error::
NotAuthorized
MQTT::Protocol::Error::NotAuthorized
MQTT::Protocol::Error::Connect
MQTT::Protocol::Error
Exception
Reference
Object
Defined in:
mqtt/protocol/errors.cr
Constructors
.new
(msg =
"not authorized"
)
Instance Method Summary
#return_code
: UInt8
Instance methods inherited from class
MQTT::Protocol::Error::Connect
return_code : UInt8
return_code
Constructor Detail
def self.
new
(msg =
"not authorized"
)
#
[
View source
]
Instance Method Detail
def
return_code
: UInt8
#
[
View source
]