Wrapper Exceptions

On this page you will see exceptions and how to cause them.

Exception
Explanation

PlayerDoesNotExistException

Tried to fetch a user with the correct UID format, but no user was found

UpdateLibraryException

Will happen if you are using an older version of the wrapper and try to fetch data from a newer version.

WrongUIDFormatException

Tried to fetch a user with an invalid UID format, it is a number with 9 digits. First digit indicates the server.

RateLimitedException

This occurs when a rate limit is hit, this should usually not happen. Rate Limits

NoLocalizationFound

Should never happen, but it's when an invalid localization is passed. e.g. when using Italian or Turkish for Honkai: Star Rail or Zenless Zone Zero

NiceJobException

Algoinde has screwed up his API and something has broke.

HonkaiNotEnabledException

Tried to do an action related to Honkai: Star Rail but it has not been enabled on the loader.

ZenlessNotEnabledException

Tried to do an action related to Zenless Zone Zero but it has not been enabled on the loader.


Last updated

Was this helpful?