Add structured error code enums to domain package for WHMCS, Salesforce, and Freebit providers. Create BaseProviderError and typed error classes for each provider. Update UnifiedExceptionFilter to handle provider errors. Migrate all three error handler services from DomainHttpException with brittle string matching to typed error classes with instanceof checks.