123456789101112 |
- status_0 = dict(status_code=405, reason='Method not allowed.')
- status_1 = dict(status_code=404, reason='API not found.')
- status_2 = dict(status_code=510, reason='Account is not logined.')
- status_3 = dict(status_code=511, reason='Invalid ID.')
- status_00 = dict(status_code=200, reason='ok')
- status_22 = dict(status_code=404, reason='Resource not found.')
- status_23 = dict(status_code=523, reason='Wrong password.')
- status_24 = dict(status_code=524, reason='Upload file failed.')
- status_25 = dict(status_code=404, reason='Post params not found.')
|