Skip to content

Commit

Permalink
[nspcc-dev#237] status: Add NODE_UNDER_MAINTENANCE status code
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
  • Loading branch information
fyrchik committed Sep 15, 2022
1 parent d939c47 commit 4d8dd72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions status/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ enum CommonFail {

// [**1026**] Signature verification failure.
SIGNATURE_VERIFICATION_FAIL = 2;

// [**1027**] Node is under maintenance.
NODE_UNDER_MAINTENANCE = 3;
}

// Section of statuses for object-related operations.
Expand Down

0 comments on commit 4d8dd72

Please sign in to comment.