SupabaseErrorCodeRegistry typedef

SupabaseErrorCodeRegistry = Map<String, SupabaseEitherFactory>

Registry mapping Supabase error codes to failure factories Key is the error code string (e.g., 'PGRST116', 'invalid_credentials')

Implementation

typedef SupabaseErrorCodeRegistry = Map<String, SupabaseEitherFactory>;