|
| const | AuthException ({ required super.message, super.code, super.details, }) |
| factory AuthException | invalidCredentials () |
| factory AuthException | userNotFound () |
| factory AuthException | emailAlreadyInUse () |
| factory AuthException | weakPassword () |
| factory AuthException | sessionExpired () |
| const | BiometricException ({ required super.message, super.code, super.details, }) |
| factory BiometricException | notAvailable () |
| factory BiometricException | notEnrolled () |
| factory BiometricException | notSupported () |
| const | CacheException ({ required super.message, super.code, super.details, }) |
| factory CacheException | notFound () |
| factory CacheException | expired () |
| factory CacheException | invalidData () |
| const | NetworkException ({ required super.message, super.code, super.details, }) |
| factory NetworkException | noConnection () |
| factory NetworkException | timeout () |
| const | PermissionException ({ required super.message, super.code, super.details, }) |
| factory PermissionException | cameraAccess () |
| factory PermissionException | locationAccess () |
| factory PermissionException | storageAccess () |
| const | ServerException ({ required super.message, super.code, super.details, }) |
| factory ServerException | fromStatus (int statusCode) |
| const | ValidationException ({ required super.message, super.code, super.details, }) |
| factory ValidationException | invalidEmail () |
| factory ValidationException | invalidPhone () |
| factory ValidationException | invalidPassword () |
| factory ValidationException | requiredField (String fieldName) |
Definition at line 3 of file auth_exception.dart.
◆ AuthException()
| const AppException::AuthException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ BiometricException()
| const AppException::BiometricException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ CacheException()
| const AppException::CacheException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ cameraAccess()
◆ emailAlreadyInUse()
◆ expired()
◆ fromStatus()
◆ invalidCredentials()
◆ invalidData()
◆ invalidEmail()
◆ invalidPassword()
◆ invalidPhone()
◆ locationAccess()
◆ NetworkException()
| const AppException::NetworkException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ noConnection()
◆ notAvailable()
◆ notEnrolled()
◆ notFound()
◆ notSupported()
◆ PermissionException()
| const AppException::PermissionException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ requiredField()
◆ ServerException()
| const AppException::ServerException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ sessionExpired()
◆ storageAccess()
◆ timeout()
◆ userNotFound()
◆ ValidationException()
| const AppException::ValidationException |
( |
{ required super.message, super.code, super.details, } | | ) |
|
|
private |
◆ weakPassword()
The documentation for this class was generated from the following files: