[#405] status: Support signature status

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-06-17 00:02:16 +03:00 committed by Pavel Karpy
parent c6f7ab3ef1
commit bb9fc5bfab

View file

@ -59,6 +59,8 @@ const (
Internal Code = iota
// WrongMagicNumber is a local Code value for WRONG_MAGIC_NUMBER failure status.
WrongMagicNumber
// SignatureVerificationFail is a local Code value for SIGNATURE_VERIFICATION_FAIL status.
SignatureVerificationFail
)
const (