forked from TrueCloudLab/frostfs-sdk-go
[#315] client/status: Add NodeUnderMaintenance status
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
f75a5feba3
commit
4662d39886
7 changed files with 106 additions and 6 deletions
|
@ -35,6 +35,7 @@ import (
|
|||
// All possible responses are documented in methods, however, some may be
|
||||
// returned from all of them (pay attention to the presence of the pointer sign):
|
||||
// - *apistatus.ServerInternal on internal server error;
|
||||
// - *apistatus.NodeUnderMaintenance if a server is under maintenance;
|
||||
// - *apistatus.SuccessDefaultV2 on default success.
|
||||
//
|
||||
// Client MUST NOT be copied by value: use pointer to Client instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue