diff --git a/status/types.proto b/status/types.proto index eb0a3ed..1b4a9fc 100644 --- a/status/types.proto +++ b/status/types.proto @@ -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.