API Errors
result.status
in response will be ERROR
in case there was a problem. The response will look something like:
{
"result": {
"code": 1, // optional. only in /meta API
"status": "ERROR",
"reason": "Parameter 'url' not found"
}
}
You can expect the following errors from the /meta
API.
Meta Error Codes
Code | Reason |
---|---|
1 | Parameter url not found |
2 | Provided url is not valid |
3 | Website does not allow crawling |
4 | Provided url is out of reach |
5 | Provided url is not a valid page |
If need help in anything, please reach out to us via chat or email.