Krystie
b172a21b63
Migrate 25 route files to throw-based error handling
Converted routes:
- All auth routes (totp.js, keys.js, sso-gate.js)
- Recipe deployment routes (deploy.js, manage.js, index.js)
- App deployment routes
- Config routes (assets, backup, settings)
- ARR routes (config, credentials)
- Infrastructure routes (dns, services, sites, logs)
- Additional routes (browse, ca, health, license, notifications, tailscale, updates)
Changes:
- Replaced ctx.errorResponse() with throw statements
- Replaced errorResponse() with throw statements
- Added proper error imports to each file
- 400 errors → ValidationError
- 401 errors → AuthenticationError
- 403 errors → ForbiddenError
- 404 errors → NotFoundError
- 409 errors → ConflictError
- 500 errors → Handled by middleware
Result: 25 files migrated, ~150 error responses standardized
2026-03-29 18:53:03 -07:00
..
2026-03-23 13:42:22 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 16:50:24 -07:00
2026-03-29 18:53:03 -07:00
2026-03-23 14:25:22 -07:00
2026-03-05 02:26:12 -08:00
2026-03-28 18:54:39 -07:00
2026-03-23 13:39:05 -07:00
2026-03-05 02:26:12 -08:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-28 18:54:39 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 14:17:25 -07:00
2026-03-28 18:54:39 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-07 03:11:35 -08:00
2026-03-29 18:46:02 -07:00
2026-03-28 19:01:24 -07:00
2026-03-29 18:46:02 -07:00
2026-03-05 02:26:12 -08:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 14:17:25 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-28 18:54:39 -07:00
2026-03-05 02:26:12 -08:00
2026-03-22 11:00:25 +01:00
2026-03-23 17:40:18 -07:00
2026-03-05 02:26:12 -08:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-28 19:01:24 -07:00
2026-03-23 14:25:22 -07:00
2026-03-29 18:46:02 -07:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-23 10:47:15 +01:00
2026-03-14 23:01:20 -07:00