[#150] status: Define enumeration of the codes for common failures

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-10-04 14:41:31 +03:00 committed by LeL
parent fd0366bbf5
commit c907451350

View file

@ -22,3 +22,7 @@ message Status {
enum Success {
OK = 0;
}
enum CommonFail {
INTERNAL = 0;
}