Model
Error
Magento\SaaSCommon\Model\Logging\Error
What it does
This class is a specialized logging handler that captures error-level messages and higher (ERROR, CRITICAL, ALERT, EMERGENCY) for SaaS export operations.
Developers would use this to automatically log critical issues during SaaS data synchronization to a dedicated file (/var/log/saas-export-errors.log), making it easier to troubleshoot SaaS export failures separately from general application logs.