Status and error codes for the POST rules and classifiers API
| Code | Message | 
|---|---|
| 201 | Created | 
| 206 | Partial success (this code is returned when we success to create/update some main entities and further flow if failed. This code require data verification in UI and in DLP tomcat logs to identify what part wasn't created/updated.) | 
| 400 | Input validation error | 
| 403 | Forbidden (authentication failed) | 
| 409 | Conflict (environment under deployment or policy upgrade) | 
| 500 | Internal server error |