Add new values in Error enumeration (bxapi/enums.py) according to new documentation update.

This commit is contained in:
Davide Casale
2022-12-22 18:57:57 +01:00
parent 18f9fef12d
commit db4438144d

View File

@@ -38,5 +38,8 @@ class Error(int, Enum):
ERR_UNAUTH_FAIL = 10200
ERR_SUB_FAIL = 10300
ERR_SUB_MULTI = 10301
ERR_SUB_UNK = 10302
ERR_SUB_LIMIT = 10305
ERR_UNSUB_FAIL = 10400
ERR_UNSUB_NOT = 10401
ERR_READY = 11000