We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is an example of a good error from the database:
Response [http://www.zoology.ubc.ca/~lui/v1/api/?route=matrix&action=list&dataset_id=96] Date: 2017-01-10 10:14 Status: 412 Content-Type: application/json; charset=utf-8 Size: 48 B { "success": false, "error": "NO_BROMELIADS"
however all we get from bwg_get() is
bwg_get()
Error in bwg_get("matrix", .) : Precondition Failed (HTTP 412).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is an example of a good error from the database:
however all we get from
bwg_get()
isThe text was updated successfully, but these errors were encountered: