The Networking API v2.0 returns an error response if a failure
occurs while processing a request. OpenStack
Networking uses only standard HTTP error codes.
4xx errors indicate problems in
the particular request being sent from the
client.
| Error | Description | |
|---|---|---|
| 400 | Bad Request | Malformed request URI or body |
| Requested admin state invalid | ||
| Invalid values entered | ||
| Bulk operations disallowed | ||
| Validation failed | ||
| Method not allowed for request body (such as trying to update attributes that can be specified at create-time only) | ||
| 404 | Not Found | Non existent URI |
| Resource not found | ||
| 409 | Conflict | Port configured on network |
| IP allocated on subnet | ||
| Conflicting IP allocation pools for subnet | ||
| 500 | Internal server error | Internal OpenStack Networking error |
| 503 | Service unavailable | Failure in Mac address generation |
Users submitting requests to the Networking API v2.0 might also receive the following errors:
401 Unauthorized - If invalid credentials are provided.
403 Forbidden - If the user cannot access a specific resource or perform the requested operation.

