fix: error codes categories
This commit is contained in:
parent
d4bb25c112
commit
3f7c7f35bf
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ Send a packet to state an error occurred.
|
|||
|
||||
| `status_code` | name | description | recoverable |
|
||||
|---------------|------------------------|----------------------------------------------------------------------------------------------|-----------------------------------|
|
||||
| `0x1*` | `net_*` | **Network errors** | |
|
||||
| `0x00` | `net_duplicate_packet` | `reply_to` packet is invalid because another packet was sent recently with same `packet_id`. | resend with different `packet_id` |
|
||||
| `0x01` | `net_broken_packet` | recent packet was broken. | resend packet |
|
||||
| `0x02` | `net_invalid_packet` | the packet sent is not valid | send packet with proper values |
|
||||
|
|
Loading…
Reference in a new issue