fix(HTTP Request Node): Add suggestion how to fix '429 - too many requests' errors (#7293)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Marcus
2023-09-28 16:00:45 +02:00
committed by GitHub
parent 8bc369dd40
commit 0bc33b1cc2
3 changed files with 7 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ const STATUS_CODE_MESSAGES: IStatusCodeMessages = {
'403': 'Forbidden - perhaps check your credentials?',
'404': 'The resource you are requesting could not be found',
'405': 'Method not allowed - please check you are using the right HTTP method',
'429': 'The service is receiving too many requests from you! Perhaps take a break?',
'429': 'The service is receiving too many requests from you',
'5XX': 'The service failed to process your request',
'500': 'The service was not able to process your request',