1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-15 16:52:48 -05:00

Error stuff

This commit is contained in:
Zed
2020-06-01 09:45:38 +02:00
parent 0859d8c2d9
commit 39863703b3
2 changed files with 12 additions and 7 deletions

View File

@@ -13,10 +13,11 @@ type
# agent*: string
Error* = enum
null = 0
protectedUser = 22
couldntAuth = 32
doesntExist = 34
notFound = 50
userNotFound = 50
suspended = 63
invalidToken = 89
listIdOrSlug = 112