diff --git a/status/grpc/types.pb.go b/status/grpc/types.pb.go index 99f5b0e..e6d571f 100644 --- a/status/grpc/types.pb.go +++ b/status/grpc/types.pb.go @@ -124,7 +124,10 @@ const ( // If the server cannot match failed outcome to the code, it should // use this code. CommonFail_INTERNAL CommonFail = 0 - // [**1025**] Wrong magic of the NeoFS network. Not detailed. + // [**1025**] Wrong magic of the NeoFS network. + // Details: + // - [**0**] Magic number of the served NeoFS network (big-endian 64-bit + // unsigned integer). CommonFail_WRONG_MAGIC_NUMBER CommonFail = 1 )