check phone repo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
part of '../auth.dart';
|
||||
|
||||
@freezed
|
||||
sealed class AuthFailure with _$AuthFailure {
|
||||
const factory AuthFailure.serverError(ApiFailure failure) = _ServerError;
|
||||
const factory AuthFailure.unexpectedError() = _UnexpectedError;
|
||||
const factory AuthFailure.dynamicErrorMessage(String erroMessage) =
|
||||
_DynamicErrorMessage;
|
||||
}
|
||||
Reference in New Issue
Block a user