Some checks failed
CI / Lint, Typecheck, Test & Build (push) Has been cancelled
testService() was swallowing errors — services like parts-catalogs catch internally and return null, so the outer try/catch never fired. Now each service call has its own try/catch, and null responses get an explicit error message. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>