File: status.yaml

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (17 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
200:
  default: |
    Request was successful.
201:
  default: |
    Resource was created and is ready to use.
400:
  default: |
    Some content in the request was invalid
  another_400_error: |
    Sample message for 400 error response.
401:
  default: |
    User must authenticate before making a request
500:
  default: |
    Something went wrong inside the service.