Add NONE_PKI error message

This commit is contained in:
Jonathan Bennett 2024-08-12 18:11:07 -05:00
parent 1ff2e736ca
commit f03121f440

View file

@ -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 {