Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
AppException Class Reference

Private Member Functions

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)

Detailed Description

Definition at line 3 of file auth_exception.dart.

Member Function Documentation

◆ AuthException()

const AppException::AuthException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ BiometricException()

const AppException::BiometricException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ CacheException()

const AppException::CacheException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ cameraAccess()

factory PermissionException AppException::cameraAccess ( )
inlineprivate

Definition at line 10 of file permission_exception.dart.

Here is the call graph for this function:

◆ emailAlreadyInUse()

factory AuthException AppException::emailAlreadyInUse ( )
inlineprivate

Definition at line 24 of file auth_exception.dart.

Here is the call graph for this function:

◆ expired()

factory CacheException AppException::expired ( )
inlineprivate

Definition at line 17 of file cache_exception.dart.

Here is the call graph for this function:

◆ fromStatus()

factory ServerException AppException::fromStatus ( int statusCode)
inlineprivate

Definition at line 10 of file server_exception.dart.

Here is the call graph for this function:

◆ invalidCredentials()

factory AuthException AppException::invalidCredentials ( )
inlineprivate

Definition at line 10 of file auth_exception.dart.

Here is the call graph for this function:

◆ invalidData()

factory CacheException AppException::invalidData ( )
inlineprivate

Definition at line 24 of file cache_exception.dart.

Here is the call graph for this function:

◆ invalidEmail()

factory ValidationException AppException::invalidEmail ( )
inlineprivate

Definition at line 10 of file validation_exception.dart.

Here is the call graph for this function:

◆ invalidPassword()

factory ValidationException AppException::invalidPassword ( )
inlineprivate

Definition at line 24 of file validation_exception.dart.

Here is the call graph for this function:

◆ invalidPhone()

factory ValidationException AppException::invalidPhone ( )
inlineprivate

Definition at line 17 of file validation_exception.dart.

Here is the call graph for this function:

◆ locationAccess()

factory PermissionException AppException::locationAccess ( )
inlineprivate

Definition at line 17 of file permission_exception.dart.

Here is the call graph for this function:

◆ NetworkException()

const AppException::NetworkException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ noConnection()

factory NetworkException AppException::noConnection ( )
inlineprivate

Definition at line 10 of file network_exception.dart.

Here is the call graph for this function:

◆ notAvailable()

factory BiometricException AppException::notAvailable ( )
inlineprivate

Definition at line 10 of file biometric_exception.dart.

Here is the call graph for this function:

◆ notEnrolled()

factory BiometricException AppException::notEnrolled ( )
inlineprivate

Definition at line 17 of file biometric_exception.dart.

Here is the call graph for this function:

◆ notFound()

factory CacheException AppException::notFound ( )
inlineprivate

Definition at line 10 of file cache_exception.dart.

Here is the call graph for this function:

◆ notSupported()

factory BiometricException AppException::notSupported ( )
inlineprivate

Definition at line 24 of file biometric_exception.dart.

Here is the call graph for this function:

◆ PermissionException()

const AppException::PermissionException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ requiredField()

factory ValidationException AppException::requiredField ( String fieldName)
inlineprivate

Definition at line 31 of file validation_exception.dart.

Here is the call graph for this function:

◆ ServerException()

const AppException::ServerException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ sessionExpired()

factory AuthException AppException::sessionExpired ( )
inlineprivate

Definition at line 38 of file auth_exception.dart.

Here is the call graph for this function:

◆ storageAccess()

factory PermissionException AppException::storageAccess ( )
inlineprivate

Definition at line 24 of file permission_exception.dart.

Here is the call graph for this function:

◆ timeout()

factory NetworkException AppException::timeout ( )
inlineprivate

Definition at line 17 of file network_exception.dart.

Here is the call graph for this function:

◆ userNotFound()

factory AuthException AppException::userNotFound ( )
inlineprivate

Definition at line 17 of file auth_exception.dart.

Here is the call graph for this function:

◆ ValidationException()

const AppException::ValidationException ( { required super.message, super.code, super.details, } )
private
Here is the caller graph for this function:

◆ weakPassword()

factory AuthException AppException::weakPassword ( )
inlineprivate

Definition at line 31 of file auth_exception.dart.

Here is the call graph for this function:

The documentation for this class was generated from the following files: