mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Interface comment update
This commit is contained in:
parent
e2d4347ce6
commit
cb1b498459
@ -197,7 +197,8 @@ message PbOperationInfo {
|
||||
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 {
|
||||
// No error code available
|
||||
NO_ERROR_CODE = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user