MCPcopy
hub / github.com/MODSetter/SurfSense / AuthErrorMapping

Interface AuthErrorMapping

surfsense_web/lib/auth-errors.ts:5–10  ·  view source on GitHub ↗

* Authentication error messages and handling utilities

Source from the content-addressed store, hash-verified

3 */
4
5interface AuthErrorMapping {
6 [key: string]: {
7 title: string;
8 description?: string;
9 };
10}
11
12const AUTH_ERROR_MESSAGES: AuthErrorMapping = {
13 // Common HTTP errors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected