From cb1b498459b700556700575946264a3a8eabfb96 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Sun, 19 Dec 2021 12:37:13 +0100 Subject: [PATCH] Interface comment update --- src/raspberrypi/rascsi_interface.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/raspberrypi/rascsi_interface.proto b/src/raspberrypi/rascsi_interface.proto index 92482fb5..1509a1f3 100644 --- a/src/raspberrypi/rascsi_interface.proto +++ b/src/raspberrypi/rascsi_interface.proto @@ -197,7 +197,8 @@ message PbOperationInfo { map operations = 1; } -// rascsi special purpose error codes for cases where a textual error message is not sufficient +// rascsi special purpose error codes for cases where a textual error message may not be not sufficient. +/// The client may react on this code, e.g. by prompting the user for an authentication token. enum PbErrorCode { // No error code available NO_ERROR_CODE = 0;