Error Codes
Error Code |
#define |
Description |
---|---|---|
0 |
PROCERROR_SUCCESS |
What has the client finished? The original text in the input file: Suggested Text: Client operation completed successfully |
101 |
PROCERROR_NO_UPDATES |
No updates or messages are available. |
102 |
PROCERROR_WRONG_PARAMETER |
Client launched with invalid parameters. |
103 |
PROCERROR_CANCELED |
User canceled the process. |
104 |
PROCERROR_UPDATE_EXEC_FAILED |
Error while executing the update. |
105 |
PROCERROR_UPDATE_EXEC_CRASHED |
Update crashed during execution. |
106 |
PROCERROR_COMMAND_LAUNCH_FAILED |
Client could not launch the update command. |
107 |
PROCERROR_DOWNLOAD_FAILED |
Download process encountered a failure. |
108 |
PROCERROR_WINDOWS_UAC_FAILED |
Unable to acquire administrative rights on the Windows operating system. |
109 |
PROCERROR_RUN_DOWNLOAD_FIRST |
Run update in |
110 |
PROCERROR_REGISTER_FIRST |
Register your product using the |
111 |
PROCERROR_SERVICE_ERROR |
Service returned an error. For details use |
112 |
PROCERROR_ANOTHER_PROCESS |
Client terminated due to a conflicting foreground process with the same key. |
113 |
PROCERROR_TIMEOUT_REACHED |
Timeout threshold expired. |
114 |
PROCERROR_DATA_UNTRUSTED |
Client terminated due to untrusted data, indicating potential malware or issues with proxy settings. |
115 |
PROCERROR_CHECKSUM_FAILED |
Failure in verifying the binary checksum. |
116 |
PROCERROR_SIGNATURE_BROKEN |
Invalid binary signature. The update is untrusted. |
117 |
PROCERROR_INTERNAL_ERROR |
Internal error occurred. |
118 |
PROCERROR_CONNECTION_ERROR |
Connection error with the Sentinel Up server. |
119 |
PROCERROR_MISSING_AID |
Missing AID in the server request. |
120 |
PROCERROR_EMS_CONNECTION |
Client terminated because due to an error during connection from the Sentinel Up server to the EMS server. |
121 |
PROCERROR_LINEITEMID_INVALID |
Invalid or null AID detected. |
122 |
PROCERROR_AID_PROCESSING |
AID processing failed at the server side. |
123 |
PROCERROR_AID_HAS_EXPIRED |
AID sent with the server request has expired |
124 |
PROCERROR_MISSING_PARAMETER |
Required parameters are missing from the server request. |
If you encounter an error and need more details, utilize the -log
parameter to inspect the error further. Additionally, you can check your update request online using the API Builder to find out the exact reason for any unexpected errors.