Added missing error to ERRORS (#136)

* Added missing error to ERRORS
* bump version
This commit is contained in:
Dario Moceri
2021-04-23 13:23:05 +02:00
committed by GitHub
parent e1f5254372
commit fa6ec4e718
3 changed files with 5 additions and 1 deletions

View File

@@ -96,6 +96,7 @@ ERRORS = {
10200: 'Error in un-authentication request',
10300: 'Subscription Failed (generic)',
10301: 'Already Subscribed',
10305: 'Reached limit of open channels',
10302: 'Unknown channel',
10400: 'Subscription Failed (generic)',
10401: 'Not subscribed',