Specific Errors Codes & Descriptions
This is a list of Screenshot Lookup API response error codes.
Code | Exception | Details |
---|---|---|
16002 | CustomHtmlTypeError | Custom HTML only accept string. |
16003 | WidthTypeError | Width only accept integer. |
16004 | WidthMinimumError | Minimum width is 100. |
16005 | WidthMaximumError | Maximum width is 3000. |
16006 | HeightTypeError | Height only accept integer. |
16007 | HeightMinimumError | Minimum height is 100. |
16008 | HeightMaximumError | Maximum height is 3000. |
16009 | RetinaTypeError | Retina only accept true or false. |
16010 | FullPageTypeError | Full page only accept true or false. |
16011 | LazyLoadTypeError | Lazy load only accept true or false. |
16012 | ThumbnailWidthTypeError | Thumbnail width only accept integer. |
16013 | ThumbnailWidthMinimumError | Minimum thumbnail width is ${width_min}. |
16014 | ThumbnailWidthMaximumError | Maximum thumbnail width is ${width_max}. |
16015 | DelayTypeError | Delay only accept integer. |
16016 | AcceptLanguagesTypeError | Accept languages only accept string. |
16017 | UserAgentTypeError | User agent only accept string. |
16018 | CssUrlTypeError | CSS Url only accept string. |
16019 | CssUrlInvalidError | CSS Url is invalid. |
16020 | CssTypeError | CSS only accept string. |
16021 | SelectorTypeError | Selector only accept string. |
16022 | SelectorNotFoundError | No DOM found with selector. |
16023 | ScrollToElementTypeError | Scroll to element only accept string. |
16024 | ScrollToElementNotFoundError | NO DOM found with scroll to element. |
16025 | CookiesTypeError | Cookies only accept string. |
16026 | HeadersTypeError | Headers only accept string. |
16027 | BlockAdsTypeError | Block ads only accept true or false. |
16028 | NoCookieBannersTypeError | No cookie banners only accept true or false. |
16029 | ProxyTypeError | Proxy only accept string. |
16030 | LatitudeTypeError | Latitude only accept integer. |
16031 | LatitudeInvalidError | Latitude only accept value between -80 and 80. |
16032 | LatitudeRequiredError | Latitude is required. |
16033 | LongitudeTypeError | Longitude only accept integer. |
16034 | LongitudeInvalidError | Longitude only accept value between -180 and 180. |
16035 | LongitudeRequiredError | Longitude is required. |
16036 | ImageOutputInvalidError | Image output only accept jpeg or png. |
16037 | QualityTypeError | Quality only accept integer. |
16038 | QualityMinimumError | Minimum Quality is 0. |
16039 | QualityMaximumError | Maximum Quality is 100. |
16040 | NoJsTypeError | No js only accept true or false. |
16041 | ModeInvalidError | Mode only accept fast or slow. |
16042 | TouchScreenTypeError | Touchscreen only accept true or false. |
16043 | ScaleTypeError | Scale only accept integer. |
16044 | ScaleMinimumError | Minimum Scale is 0.5. |
16045 | ScaleMaximumError | Maximum Scale is 4. |
16046 | MobileTypeError | Mobile only accept true or false. |
16047 | LandscapeTypeError | Landscape only accept true or false. |
16048 | TimeoutTypeError | Timeout only accept integer. |
16049 | TimeoutMinimumError | Minimum timeout is 0. |
16050 | TimeoutMaximumError | Maximum timeout is 30000. |
Updated over 3 years ago