[#189] status: Refine format of the ACCESS_DENIED status detail

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2022-02-21 18:52:26 +03:00 committed by LeL
parent 0caf501b4a
commit 83b0eef37d

View file

@ -101,7 +101,7 @@ enum CommonFail {
enum Object { enum Object {
// [**2048**] Access denied by ACL. // [**2048**] Access denied by ACL.
// Details: // Details:
// - [**0**] Human-readable description. // - [**0**] Human-readable description (UTF-8 encoded string).
ACCESS_DENIED = 0; ACCESS_DENIED = 0;
// [**2049**] Object not found. // [**2049**] Object not found.