Skip to content

Commit 2f790e5

Browse files
committed
remove additional error scenarios
1 parent 31f135e commit 2f790e5

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

browserstack-report-action/dist/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38774,9 +38774,6 @@ class ReportService {
3877438774

3877538775
static handleErrorStatus(status, reportData) {
3877638776
const errorMessages = {
38777-
BUILD_NOT_FOUND: 'Build not found in BrowserStack',
38778-
MULTIPLE_BUILD_FOUND: 'Multiple builds found with the same name',
38779-
DATA_NOT_AVAILABLE: 'Report data not available from BrowserStack',
3878038777
ERROR: 'Error occurred while fetching report',
3878138778
};
3878238779

browserstack-report-action/src/services/ReportService.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ class ReportService {
6969

7070
static handleErrorStatus(status, reportData) {
7171
const errorMessages = {
72-
BUILD_NOT_FOUND: 'Build not found in BrowserStack',
73-
MULTIPLE_BUILD_FOUND: 'Multiple builds found with the same name',
74-
DATA_NOT_AVAILABLE: 'Report data not available from BrowserStack',
7572
ERROR: 'Error occurred while fetching report',
7673
};
7774

0 commit comments

Comments
 (0)