Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 3e87411

Browse files
Nijil NirmalNijil Nirmal
authored andcommitted
ClientUnwelcome added to unrecoverable errors
1 parent 311ccb2 commit 3e87411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/botPage/bot/Interpreter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const unrecoverableErrors = [
2727
'FinancialAssessmentRequired',
2828
'AuthorizationRequired',
2929
'InvalidToken',
30+
'ClientUnwelcome',
3031
];
3132
const botInitialized = bot => bot && bot.tradeEngine.options;
3233
const botStarted = bot => botInitialized(bot) && bot.tradeEngine.tradeOptions;

0 commit comments

Comments
 (0)