6 Appendix A - Common Error Responses for Managed Objects
GET Method Responses
| HTTP Method | Response Code | Description | Notes |
|---|---|---|---|
| GET | 200 OK | Success response | - |
| GET | 404 Not Found | Incorrect API Path | The requested API path is incorrect. |
| GET | 403 Forbidden | PLMN Not Supported |
|
| GET | 500 Internal Server Error |
|
|
POST Method Error Scenarios
| Method | Response Code | Description | Notes |
|---|---|---|---|
| POST | 200 OK | Success Response | - |
| POST | 400 Bad Request |
|
- |
| POST | 409 Conflict |
|
- |
| POST | 415 Unsupported Media Type | Invalid Content-Type | - |
| POST | 500 Internal Server Error |
|
|
PUT Method Error Scenarios
| HTTP Method | Response Code | Description | Notes |
|---|---|---|---|
| PUT | 200 OK | Success Response | - |
| PUT | 400 Bad Request |
|
- |
| PUT | 409 Conflict |
|
|
| PUT | 415 Unsupported Media Type | Invalid Content-Type |
|
| PUT | 404 Not Found | Resource not found | - |
| PUT | 500 Internal Server Error |
|
|
DELETE Method Error Scenarios
| HTTP Method | Response Code | Description | Notes |
|---|---|---|---|
| DELETE | 204 No Content | Successful Managed Object Deletion |
|
| DELETE | 404 Not Found | Resource not found |
|
| DELETE | 500 Internal Server Error |
|
|