This section specifies regify-util error codes and their meanings. More...
Local Errors | |
| #define | RUE_FORK_FAILED (-1) |
| #define | RUE_RUN_FAILED (-2) |
| #define | RUE_TIMEOUT (-3) |
regify Errors | |
| #define | RUE_OK 0 |
| #define | RUE_FILE_NOT_FOUND 60 |
| #define | RUE_FILE_EXISTS 324 |
| #define | RUE_CANT_OPEN_FILE 69 |
| #define | RUE_CANT_WRITE 70 |
| #define | RUE_PARAMETER_NOT_SET 64 |
| #define | RUE_WRONG_PARAMETER_LENGTH 71 |
| #define | RUE_INVALID_PARAMETER 77 |
| #define | RUE_OUT_OF_MEMORY 68 |
| #define | RUE_OVERFLOW 96 |
| #define | RUE_FEATURE_NOT_SUPPORTED 97 |
| #define | RUE_USER_ABORT 98 |
| #define | RUE_GENERAL 99 |
| #define | RUE_INVALID_STATE 325 |
This section specifies regify-util error codes and their meanings.
| #define RUE_CANT_OPEN_FILE 69 |
The given file can not be opened. Please check your path and permissions.
| #define RUE_CANT_WRITE 70 |
The given file cannot be written. Please check your permissions.
| #define RUE_FEATURE_NOT_SUPPORTED 97 |
This functionality is currently not supported.
| #define RUE_FILE_EXISTS 324 |
The given file already exists cannot not be overwritten.
| #define RUE_FILE_NOT_FOUND 60 |
File not found.
| #define RUE_FORK_FAILED (-1) |
The fork call failed
| #define RUE_GENERAL 99 |
There has been a general error. Please consult your logs.
| #define RUE_INVALID_PARAMETER 77 |
The given parameter is invalid.
| #define RUE_INVALID_STATE 325 |
The request call is invalid at this stage.
| #define RUE_OK 0 |
Success
| #define RUE_OUT_OF_MEMORY 68 |
We are out of memory.
| #define RUE_OVERFLOW 96 |
Overflow
| #define RUE_PARAMETER_NOT_SET 64 |
A required parameter is missing.
| #define RUE_RUN_FAILED (-2) |
Failure to run the program
| #define RUE_TIMEOUT (-3) |
Program execution timed out
| #define RUE_USER_ABORT 98 |
User aborted
| #define RUE_WRONG_PARAMETER_LENGTH 71 |
Wrong parameter length.