Server: Errors

Factory map for all error types. Keyed by error code constant, each entry returns a pre-configured EnvError or AuthError.

Examples

Throwing typed errors

throw Errors[MissingSupabaseURLError]()
throw Errors[MissingPublishableKeyError]('mobile')