@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias ReasonCode

    ReasonCode:
        | 0
        | 1
        | 2
        | 4
        | 16
        | 17
        | 24
        | 25
        | 128
        | 129
        | 130
        | 131
        | 132
        | 133
        | 134
        | 135
        | 136
        | 137
        | 138
        | 139
        | 140
        | 141
        | 142
        | 143
        | 144
        | 145
        | 146
        | 147
        | 148
        | 149
        | 150
        | 151
        | 152
        | 153
        | 154
        | 155
        | 156
        | 157
        | 158
        | 159
        | 160
        | 161
        | 162

    MQTT 5.0 reason codes used across multiple packet types.

    Reason codes indicate the result of an operation. Values 0x00-0x7F indicate success or normal conditions; 0x80+ indicate errors.

    MQTT 5.0 §2.4