Const
Factory map for all error types. Keyed by error code constant, each entry returns a pre-configured EnvError or AuthError complete with hint, docs, and details.
hint
docs
details
throw Errors[MissingSupabaseURLError]()throw Errors[MissingPublishableKeyError]('mobile', ['default', 'web']) Copy
throw Errors[MissingSupabaseURLError]()throw Errors[MissingPublishableKeyError]('mobile', ['default', 'web'])
Factory map for all error types. Keyed by error code constant, each entry returns a pre-configured EnvError or AuthError complete with
hint,docs, anddetails.