diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-22 14:34:02 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2018-11-22 14:34:02 +0200 |
| commit | cfd5d9ffa46286f27d8523d7fd4cc524d267da8a (patch) | |
| tree | f8066dc8089a1fb0eb61f5ea3b0cc600df646d51 /Software/PMR/Messages/Common/ErrorCode.proto | |
| parent | 9a4948a47198e6b965892a5d865ab7f973d22d55 (diff) | |
| download | Tango-cfd5d9ffa46286f27d8523d7fd4cc524d267da8a.tar.gz Tango-cfd5d9ffa46286f27d8523d7fd4cc524d267da8a.zip | |
Version 1.1.4.4: waste valve handling, L6470 errate fix, and other bugs
Diffstat (limited to 'Software/PMR/Messages/Common/ErrorCode.proto')
| -rw-r--r-- | Software/PMR/Messages/Common/ErrorCode.proto | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Software/PMR/Messages/Common/ErrorCode.proto b/Software/PMR/Messages/Common/ErrorCode.proto index 563edfaf1..97f5a65a4 100644 --- a/Software/PMR/Messages/Common/ErrorCode.proto +++ b/Software/PMR/Messages/Common/ErrorCode.proto @@ -20,8 +20,27 @@ enum ErrorCode FILE_NOT_FOUND = 1001; //Returned by ExecuteProcessResponse when the FileName was not found. INVALID_PROCESS_ID = 1002; //Returned by KillProcessResponse when the process id was not found. FILE_LENGTH_OUT_OF_RANGE = 1003; //Returned by FileChunkUploadResponse when the uploaded file size exceeds the expected Length from FileUploadRequest. + FILE_REQUEST_DISK_ERR = 1004; + FILE_REQUEST_INT_ERR = 1005; + FILE_REQUEST_NOT_READY = 1006; + FILE_REQUEST_NO_FILE = 1007; + FILE_REQUEST_NO_PATH = 1008; + FILE_REQUEST_INVALID_NAME = 1009; + FILE_REQUEST_DENIED = 1010; + FILE_REQUEST_EXIST = 1011; + FILE_REQUEST_INVALID_OBJECT = 1012; + FILE_REQUEST_WRITE_PROTECTED = 1013; + FILE_REQUEST_INVALID_DRIVE = 1014; + FILE_REQUEST_NOT_ENABLED = 1015; + FILE_REQUEST_NO_FILESYSTEM = 1016; + FILE_REQUEST_MKFS_ABORTED = 1017; + FILE_REQUEST_TIMEOUT = 1018; + FILE_REQUEST_LOCKED = 1019; + FILE_REQUEST_NOT_ENOUGH_CORE = 1020; + FILE_REQUEST_TOO_MANY_OPEN_FILES = 1021; + FILE_REQUEST_INVALID_PARAMETER = 1022; - //Job Failure + //Job Failure JOB_UNSPECIFIED_ERROR = 2000; JOB_THREAD_BREAK = 2001; JOB_WINDER_DANCER_FAIL = 2002; |
