Codes
: int
in package
List of codes from ProxiTok's and TikTok's internal codes
Table of Contents
Cases
- EMPTY_RESPONSE = 3
- There was a response, but the body was empty
- JSON_DECODE_ERROR = 4
- JSON data could not be decoded
- NETWORK_ERROR = 2
- There was a network error (timeouts, invalid proxy...)
- OK
- Request went ok
- STATE_DECODE_ERROR = 5
- UNIVERSAL HIDRATION data could not be decoded
- UNKNOWN = 1
- An unknown error happened
- VERIFY = 10000
- TikTok is asking for a captcha
Cases
OK
Request went ok
UNKNOWN
An unknown error happened
NETWORK_ERROR
There was a network error (timeouts, invalid proxy...)
EMPTY_RESPONSE
There was a response, but the body was empty
JSON_DECODE_ERROR
JSON data could not be decoded
STATE_DECODE_ERROR
UNIVERSAL HIDRATION data could not be decoded
VERIFY
TikTok is asking for a captcha