screenshotone-errors
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -7,2 +7,3 @@ declare enum ErrorCode { | ||
code: string; | ||
title: string; | ||
description: string; | ||
@@ -9,0 +10,0 @@ documentationUrl: string; |
@@ -11,2 +11,3 @@ "use strict"; | ||
httpStatusCode: 500, | ||
title: "Timeout", | ||
code: "timeout_error", | ||
@@ -13,0 +14,0 @@ description: "The screenshot couldn't be taken within the specified timeout. Either the site doesn't respond quickly, or rendering takes longer than expected. Play with the `timeout` or the `navigation_timeout` options or reach the support for the investigation.", |
{ | ||
"name": "screenshotone-errors", | ||
"homepage": "https://screenshotone.com", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Errors produced by the ScreenshotOne API.", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -8,2 +8,3 @@ enum ErrorCode { | ||
code: string; | ||
title: string; | ||
description: string; | ||
@@ -16,2 +17,3 @@ documentationUrl: string; | ||
httpStatusCode: 500, | ||
title: "Timeout", | ||
code: "timeout_error", | ||
@@ -18,0 +20,0 @@ description: |
5968
93