Other
This is a full list of others defined errors. Every error has HTTP status and Internal status as given.
| Others error | HTTP Status | Internal Status |
|---|---|---|
| Uid is in use | 409 | 32 |
| Object not found | 404 | 1 |
| Wrong object class | 400 | 2 |
| Unable to create an object | 500 | 3 |
| ~ObjectID and ~UUID are missing | 400 | 40 |
Security error codes are specific. Code is calculated from any consecutive securities checked, as follows. The base is 1000.
| Security errors | HTTP Status | Internal Status |
|---|---|---|
| Create access forbidden | 403 | += 0 |
| Read access forbidden | 403 | += 1 |
| Write access forbidden | 403 | += 2 |
| Delete access forbidden | 403 | += 4 |
| Right value is missing | 403 | += 8 |
| Change right access forbidden | 403 | += 16 |