SupabaseFailure class abstract
Base class for Supabase-specific failures.
Extend this class to create domain-specific failures for your Supabase integration while maintaining consistency with the existing failure pattern.
- Inheritance
-
- Object
- FailureAbstract
- Failure
- SupabaseFailure
- Implementers
- AuthFailure
- DuplicateEntryFailure
- EmailNotConfirmedFailure
- FileNotFoundFailure
- FunctionFailure
- GenericSupabaseFailure
- InvalidCredentialsFailure
- PermissionDeniedFailure
- PostgrestFailure
- RateLimitFailure
- RealtimeFailure
- RecordNotFoundFailure
- SessionExpiredFailure
- StorageFailure
- SupabaseNetworkFailure
- UserNotFoundSupabaseFailure
Constructors
- SupabaseFailure()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getSubtitle(
BuildContext context) → String -
inherited
-
getTitle(
BuildContext context) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited