Operation Statuses and Alerts
Operations performed with Veeam Agent Configurator commands end up with some result. Veeam Agent Configurator reports command results in the following way:
- If the command executes successfully, Veeam Agent Configurator reports exit code 0 (Success).
- If the command fails to execute successfully, Veeam Agent Configurator reports an error code and problem description.
Command execution can complete with the following statuses and alerts:
Error Code | Error Name | Error Description | Severity Level |
---|---|---|---|
0 | Success | Operation has completed successfully. | Information |
1 | UnexpectedError | Unexpected error has occurred during the operation execution. | Error |
2 | UnexpectedWarning | Operation has completed with an unexpected warning, for example, wake up timers are disabled on the computer, and Veeam Agent for Microsoft Windows has failed to wake up the computer from sleep and start the backup job. | Warning |
3 | NotSupportedFeature | Feature is not supported by the operation, for example, an unsupported command, parameter type or value has been specified in the command input. | Error |
4 | NotLicensedFeature | License applied to the protected machine does not cover the requested functionality. | Error |
5 | CanceledByUser | Operation has been canceled by the user. | Information |
10 | InvalidExecutionParams | Parameters provided for the command are invalid. | Error |
20 | FailedToPerform | Operation has not been performed, for example, Veeam Agent Configurator has failed to complete the command execution. | Error |
30 | JobNotFound | Backup job has not been configured and operation cannot be executed. | Error |
40 | FailedToSaveConfig | Veeam Agent Configurator has failed to generate the command output, for example, there is no free disk space, and the output XML file has not been saved. | Error |
45 | FailedToLoadConfig | Backup job configuration has not been loaded (for example, the input XML file has not been found by the specified path). | Error |
50 | InvalidJobConfiguration | Backup job configuration contains errors (for example, specified parameters are invalid). | Error |