Class: LoginError

Exceptions~LoginError(message)

new LoginError(message)

Error thrown during login attempts. Indicates authentication failed, invalid credentials, or other login-specific issues.
Parameters:
Name Type Description
message string Error message describing what went wrong
Source:

Extends

  • APIError