@@ -10,14 +10,14 @@ const CONTRIBUTION_TOOL_URL = 'https://contribute.opentermsarchive.org/en/servic
10
10
const DOC_URL = 'https://docs.opentermsarchive.org' ;
11
11
12
12
const ERROR_MESSAGE_TO_ISSUE_LABELS_MAP = {
13
- 'has no match' : [ LABELS . PAGE_STRUCTURE_CHANGE . name , LABELS . NEEDS_INTERVENTION . name ] ,
14
- 'HTTP code 404' : [ LABELS . PAGE_NOT_FOUND . name , LABELS . NEEDS_INTERVENTION . name ] ,
13
+ 'has no match' : [ LABELS . DOCUMENT_STRUCTURE_CHANGE . name , LABELS . NEEDS_INTERVENTION . name ] ,
14
+ 'HTTP code 404' : [ LABELS . DOCUMENT_NOT_FOUND . name , LABELS . NEEDS_INTERVENTION . name ] ,
15
15
'HTTP code 403' : [ LABELS . HTTP_403 . name ] ,
16
16
'HTTP code 429' : [ LABELS . HTTP_429 . name ] ,
17
17
'HTTP code 500' : [ LABELS . HTTP_500 . name ] ,
18
18
'HTTP code 502' : [ LABELS . HTTP_502 . name ] ,
19
19
'HTTP code 503' : [ LABELS . HTTP_503 . name ] ,
20
- 'Timed out after' : [ LABELS . PAGE_LOAD_TIMEOUT . name ] ,
20
+ 'Timed out after' : [ LABELS . DOCUMENT_LOAD_TIMEOUT . name ] ,
21
21
EAI_AGAIN : [ LABELS . DNS_LOOKUP_FAILURE . name ] ,
22
22
ENOTFOUND : [ LABELS . DNS_RESOLUTION_FAILURE . name ] ,
23
23
'Response is empty' : [ LABELS . EMPTY_RESPONSE . name ] ,
0 commit comments