Server: Errors

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.

Examples

Throwing typed errors

throw Errors[MissingSupabaseURLError]()
throw Errors[MissingPublishableKeyError]('mobile', ['default', 'web'])