clean_architecture library

Classes

AddressNotFoundError
BaseRepository
The role of the repository is to convert the exception in manageable errors, and provide info about remote Data or Status
BusinessError
CacheError
CaseNotFoundError
Error
This is the final error returned from the UseCase which will be handled by an ErrorStateResolver
FirstTimePermissionError
NotConnectedError
NotSignedInError
PermissionError
RemoteConfiguration
RequestConfigString
RequestModel
RequestObserver<Request, Response>
ServerError
UnimplementedError
UseCase<T extends BaseRepository?>
The useCase mainly is in charge of managing the EBR objects returns BusinessError when request is not correct has reference to a repository

Exceptions / Errors

CacheException
ServerException