AuthWeakPasswordException

class AuthWeakPasswordException(description: String, statusCode: Int, val reasons: List<String>) : AuthRestException(source)

Exception thrown on sign-up if the password is too weak

Parameters

description

The description of the exception.

reasons

The reasons why the password is weak.

Constructors

Link copied to clipboard
constructor(description: String, statusCode: Int, reasons: List<String>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The error code of the rest exception. If errorCode is not a known AuthErrorCode, this will be null. Then, use error instead to get the raw unknown error code.

Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard