forked from TrueCloudLab/frostfs-api
[#225] status: Add signature related status
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
66cc44e727
commit
2f52216400
1 changed files with 3 additions and 0 deletions
|
@ -95,6 +95,9 @@ enum CommonFail {
|
||||||
// - [**0**] Magic number of the served NeoFS network (big-endian 64-bit
|
// - [**0**] Magic number of the served NeoFS network (big-endian 64-bit
|
||||||
// unsigned integer).
|
// unsigned integer).
|
||||||
WRONG_MAGIC_NUMBER = 1;
|
WRONG_MAGIC_NUMBER = 1;
|
||||||
|
|
||||||
|
// [**1026**] Signature verification failure.
|
||||||
|
SIGNATURE_VERIFICATION_FAIL = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Section of statuses for object-related operations.
|
// Section of statuses for object-related operations.
|
||||||
|
|
Loading…
Reference in a new issue