From 2f52216400253c06d197cb88f15d0b3111f6e721 Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Thu, 16 Jun 2022 23:59:59 +0300 Subject: [PATCH] [#225] status: Add signature related status Signed-off-by: Pavel Karpy --- status/types.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/status/types.proto b/status/types.proto index a44cf6a..6e05f62 100644 --- a/status/types.proto +++ b/status/types.proto @@ -95,6 +95,9 @@ enum CommonFail { // - [**0**] Magic number of the served NeoFS network (big-endian 64-bit // unsigned integer). WRONG_MAGIC_NUMBER = 1; + + // [**1026**] Signature verification failure. + SIGNATURE_VERIFICATION_FAIL = 2; } // Section of statuses for object-related operations.