forked from TrueCloudLab/frostfs-api
[#189] status: Refine format of the ACCESS_DENIED
status detail
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
0caf501b4a
commit
83b0eef37d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ enum CommonFail {
|
|||
enum Object {
|
||||
// [**2048**] Access denied by ACL.
|
||||
// Details:
|
||||
// - [**0**] Human-readable description.
|
||||
// - [**0**] Human-readable description (UTF-8 encoded string).
|
||||
ACCESS_DENIED = 0;
|
||||
|
||||
// [**2049**] Object not found.
|
||||
|
|
Loading…
Reference in a new issue