Add duty cycle limit error

This commit is contained in:
GUVWAF 2022-11-26 20:45:30 +01:00
parent 2c8b3002d8
commit 5b960cc420

View file

@ -504,6 +504,11 @@ message Routing {
*/
NO_RESPONSE = 8;
/*
* Cannot send currently because duty cycle regulations will be violated.
*/
DUTY_CYCLE_LIMIT = 9;
/*
* The application layer service on the remote node received your request, but considered your request somehow invalid
*/