forked from TrueCloudLab/frostfs-api-go
[#118] status: Support INVALID_ARGUMENT status
Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
This commit is contained in:
parent
13fa0da374
commit
c3dbbc5eab
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ const (
|
||||||
SignatureVerificationFail
|
SignatureVerificationFail
|
||||||
// NodeUnderMaintenance is a local Code value for NODE_UNDER_MAINTENANCE status.
|
// NodeUnderMaintenance is a local Code value for NODE_UNDER_MAINTENANCE status.
|
||||||
NodeUnderMaintenance
|
NodeUnderMaintenance
|
||||||
|
// InvalidArgument is a local Code value for INVALID_ARGUMENT status.
|
||||||
|
InvalidArgument
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in a new issue