diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-06 07:56:31 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-08-06 07:56:31 +0300 |
| commit | 5818548b366bb5a31ab04e8960bd37f739242592 (patch) | |
| tree | fbaa0de1ef53177c46e1e7336436052d97918020 /Software/PMR/Messages/Common/ErrorCode.proto | |
| parent | 40afcf1c6591abacfa1466dd4d865296bf687aa4 (diff) | |
| download | Tango-5818548b366bb5a31ab04e8960bd37f739242592.tar.gz Tango-5818548b366bb5a31ab04e8960bd37f739242592.zip | |
real time improvement, screw speed recalculated
Diffstat (limited to 'Software/PMR/Messages/Common/ErrorCode.proto')
| -rw-r--r-- | Software/PMR/Messages/Common/ErrorCode.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Common/ErrorCode.proto b/Software/PMR/Messages/Common/ErrorCode.proto index b58b3ed57..035ff5f4a 100644 --- a/Software/PMR/Messages/Common/ErrorCode.proto +++ b/Software/PMR/Messages/Common/ErrorCode.proto @@ -12,6 +12,7 @@ enum ErrorCode INVALID_DIGITAL_PIN_NUMBER = 3; //Can be returned by SetDigitalOutResponse. UNAUTHORIZED_CONNECTION = 4; //Should be returned if no ConnectionRequest with a valid password was made. CONTINUOUS_RESPONSE_ABORTED = 5; //Should be returned to a continuous response when aborted by the requesting client. + JOB_FAILED = 6; //IO INVALID_UPLOAD_ID = 1000; //Returned by FileChunkUploadResponse when the UploadID was not set by FileUploadRequest. Or returned by ExecuteProcessResponse when the UploadID does not exist or has not been completed. |
