... | ... | @@ -32,9 +32,9 @@ The other packet types are described by their content and value of the `type` fl |
|
|
Additionally to the error code as present now, the `ERROR` packet also contains the sequence number of the packet that caused the error on the device:
|
|
|
```
|
|
|
--------------------------------------
|
|
|
| 0 | 1..2 |
|
|
|
|------------|-----------------------|
|
|
|
| error code | cause sequence number |
|
|
|
| 0..1 | 2 |
|
|
|
|-----------------------|------------|
|
|
|
| cause sequence number | error code |
|
|
|
--------------------------------------
|
|
|
```
|
|
|
|
... | ... | |