~todd-deshane/openstack-manuals/working

« back to all changes in this revision

Viewing changes to doc/source/docbkx/openstack-compute-api-1.0/samples/overlimit.json

  • Committer: Anne Gentle
  • Date: 2011-04-14 18:12:25 UTC
  • Revision ID: anne@openstack.org-20110414181225-owwk0h4saf7w9hhw
Added output files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
    "overLimit" : {
 
3
        "code" : 413,
 
4
        "message" : "OverLimit Retry...",
 
5
        "details" : "Error Details...",
 
6
        "retryAfter" : "2010-08-01T00:00:00Z"
 
7
    }
 
8
}