It can take some deciphering to know on the provisioning config that "Object not exist is error" is a DNE error, and if you want DNEs to not be errors, this is the option to pick.
- Invalid data is an error (INV)
- Invalid length data is an error (LEN)
- Required problems are errors (REQ)
- Object not exist is error (DNE)
- Matching validation is error (MAT)
Note that ERR is always a job error with no opt out, and MEM is never an error. The mappings from the codes to the labels is in GrouperProvisioningLogic.errorHandlingHandleError()