Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(route/bilibili): add logger to handle error codes (DIYgod#16721)
Add logger to handle error codes returned by the Bilibili API. If the response code is -6 or 4100000, it throws a ConfigNotFoundError. Otherwise, it throws an error with the corresponding error code and message. Fixes DIYgod#16716
- Loading branch information