Skip to content

Commit 59081ca

Browse files
committed
Added the status code
1 parent d2fbe32 commit 59081ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-utilities/src/authentication-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class AuthenticationHandler {
8484
case 429:
8585
case 408:
8686
if (maxRetryCount >= 3) {
87-
ux.print('Max retry count reached, please login to proceed', {
87+
ux.print(`Max retry count reached, please login to proceed, status code: ${error.response.status}`, {
8888
color: 'yellow',
8989
});
9090
return;

0 commit comments

Comments
 (0)