diff --git a/status/types.proto b/status/types.proto index dbf7e19..d2c7f45 100644 --- a/status/types.proto +++ b/status/types.proto @@ -80,4 +80,7 @@ enum CommonFail { // If the server cannot match failed outcome to the code, it should // use this code. INTERNAL = 0; + + // [**1025**] Wrong magic of the NeoFS network. Not detailed. + WRONG_MAGIC_NUMBER = 1; }