Interface comment update

This commit is contained in:
Uwe Seimet 2021-12-19 12:37:13 +01:00
parent e2d4347ce6
commit cb1b498459

View File

@ -197,7 +197,8 @@ message PbOperationInfo {
map<int32, PbOperationMetaData> operations = 1; map<int32, PbOperationMetaData> 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 { enum PbErrorCode {
// No error code available // No error code available
NO_ERROR_CODE = 0; NO_ERROR_CODE = 0;