mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add NONE_PKI error message
This commit is contained in:
parent
1ff2e736ca
commit
f03121f440
1 changed files with 5 additions and 0 deletions
|
|
@ -769,6 +769,11 @@ message Routing {
|
|||
* (i.e you did not send the request on the required bound channel)
|
||||
*/
|
||||
NOT_AUTHORIZED = 33;
|
||||
|
||||
/*
|
||||
* This message is not a failure, and indicates that the message was sent via PKI
|
||||
*/
|
||||
NONE_PKI = 34;
|
||||
}
|
||||
|
||||
oneof variant {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue