
- Moves detailed info to the Compute API v2 WADL itself - Alleviates the following issues: * Params are not documented in this output due to tooling * When a WADL was broken, this deliverable breaks also * WADL contributions are low * It's difficult to train contributors how to embed WADL references Change-Id: Id56da05c0409ed432dfdd0f5de799f5ed5e2e47c
6 lines
239 B
XML
6 lines
239 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<overLimit xmlns="http://docs.openstack.org/compute/api/v1.1" code="413"
|
|
retryAfter="2010-08-01T00:00:00Z">
|
|
<message>OverLimit Retry...</message>
|
|
<details>Error Details...</details>
|
|
</overLimit> |