[#225] status: Add signature related status

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-06-16 23:59:59 +03:00 committed by Stanislav Bogatyrev
parent 66cc44e727
commit 2f52216400

View file

@ -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.