From 83b0eef37d838c77c9338ae93f79a0d3d540c417 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Mon, 21 Feb 2022 18:52:26 +0300 Subject: [PATCH] [#189] status: Refine format of the `ACCESS_DENIED` status detail Signed-off-by: Leonard Lyubich --- status/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status/types.proto b/status/types.proto index cef00d3..f64d585 100644 --- a/status/types.proto +++ b/status/types.proto @@ -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.