Property SensitiveContentScannerUnavailable
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
SensitiveContentScannerUnavailable
Gets subcategory 1, availability: a scanner that guards content leaving the process could not produce findings.
public static MailFathomErrorCode SensitiveContentScannerUnavailable { get; }
Property Value
Remarks
One code covers a detector that is unreachable, one that did not answer inside the configured scan timeout, and one that failed outright, because each says the same thing to the operation it guards: nothing established that this text is safe to hand on, so the operation fails rather than passing the text through. An operator switched the scanner on, and a scan that could not run must never be the same outcome as a scan that found nothing.