Skip to content

Instantly share code, notes, and snippets.

@deoxxa
Created September 6, 2012 01:33
Show Gist options
  • Save deoxxa/3649690 to your computer and use it in GitHub Desktop.
Save deoxxa/3649690 to your computer and use it in GitHub Desktop.
{
"codes": [
{"code": 10, "description": "Collection needed", "status": 400},
{"code": 11, "description": "Timestamp needed", "status": 400},
{"code": 20, "description": "Invalid data type", "status": 409},
{"code": 30, "description": "Client not found", "status": 404},
{"code": 50, "description": "Invalid URL", "status": 403},
{"code": 51, "description": "Invalid API key", "status": 403},
{"code": 90, "description": "Service currently unavailable", "status": 408},
{"code": 91, "description": "Method not found", "status": 405}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment