mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #580 from meshtastic/jp-bennett-patch-3
More Admin Errors
This commit is contained in:
commit
e8eff71bb0
1 changed files with 11 additions and 1 deletions
|
|
@ -811,7 +811,17 @@ message Routing {
|
|||
/*
|
||||
* The receiving node does not have a Public Key to decode with
|
||||
*/
|
||||
PKI_UNKNOWN_PUBKEY = 35;
|
||||
PKI_UNKNOWN_PUBKEY = 35;
|
||||
|
||||
/*
|
||||
* Admin packet otherwise checks out, but uses a bogus or expired session key
|
||||
*/
|
||||
ADMIN_BAD_SESSION_KEY = 36;
|
||||
|
||||
/*
|
||||
* Admin packet sent using PKC, but not from a public key on the admin key list
|
||||
*/
|
||||
ADMIN_PUBLIC_KEY_UNAUTHORIZED = 37;
|
||||
}
|
||||
|
||||
oneof variant {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue