Skip to content

Commit

Permalink
[Community] add ALREADY_USED_EXCHANGE_ACCOUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Sep 19, 2023
1 parent 804e05e commit 0c51e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions octobot/community/supabase_backend/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class BotDeploymentErrorsStatuses(enum.Enum):
INTERNAL_SERVER_ERROR = "internal_server_error"
INVALID_CONFIG = "invalid_config"
INVALID_EXCHANGE_CREDENTIALS = "invalid_exchange_credentials"
ALREADY_USED_EXCHANGE_ACCOUNT = "already_used_exchange_account"
MISSING_CONFIG = "missing_config"


Expand Down

0 comments on commit 0c51e87

Please sign in to comment.