Exit codes
The dsbulk
command has exit codes that are returned to a calling process.
The following values link the integer value returned with the status:
Integer value | Status value |
---|---|
0 |
STATUS_OK |
1 |
STATUS_COMPLETED_WITH_ERRORS |
2 |
STATUS_ABORTED_TOO_MANY_ERRORS |
3 |
STATUS_ABORTED_FATAL_ERROR |
4 |
STATUS_INTERRUPTED |
5 |
STATUS_CRASHED |