forked from TrueCloudLab/frostfs-api-go
[#405] status: Support signature status
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
c6f7ab3ef1
commit
bb9fc5bfab
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ const (
|
||||||
Internal Code = iota
|
Internal Code = iota
|
||||||
// WrongMagicNumber is a local Code value for WRONG_MAGIC_NUMBER failure status.
|
// WrongMagicNumber is a local Code value for WRONG_MAGIC_NUMBER failure status.
|
||||||
WrongMagicNumber
|
WrongMagicNumber
|
||||||
|
// SignatureVerificationFail is a local Code value for SIGNATURE_VERIFICATION_FAIL status.
|
||||||
|
SignatureVerificationFail
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue