Exit Codes
The CollectorBulkInstaller.exe
will return a specific exit code for success or failure. The following is a list of exit codes available:
- Success = 0
- Failure = 1
- Canceled = 2
- RestartPending = 3
- Fatal = 4
- DotnetCoreNotInstalled = 5
- EngineNotFound = 6
- CollectorNotFound = 7
- InvalidCollectorTypeSpecified = 8