Error codes returned by the page API.
Code
|
Description |
Applicable to |
HTTP Status Code |
Status |
---|---|---|---|---|
URL_CANNOT_EXCEED_2048_BYTES | Indicates that the provided URL used to identify a page is greater than 2048 bytes. | ● pageUrl | 400 | INVALID |
URL_MISSING_HTTP_PROTOCOL | Indicates that the provided URL is missing the `http://` or `https://` protocol | ● pageUrl ● callBackUrl | 400 | INVALID |
URL_MUST_NOT_BE_EMPTY | Indicates that the provided URL is empty | ● pageUrl ● callBackUrl | 400 | INVALID |
URL_MALFORMED | Indicates that the provided URL cannot be parsed to a RFC 2396 compatible value | ● pageUrl ● callBackUrl | 400 | INVALID |
DOMAIN_BLOCKED_BY_VERITY | Indicates that Verity is prohibited from crawling content from the provided domain | ● pageUrl | 422 | NOT_SUPPORTED |