Method RecognizesNothingIn
- Namespace
- MailFathom.Application.SensitiveContent.Detection
- Assembly
- MailFathom.Application.dll
RecognizesNothingIn(string, string)
Reports that the analyzer recognises nothing at all in one of the configured languages.
public static PersonalDataAnalyzerUnavailableException RecognizesNothingIn(string endpoint, string language)
Parameters
Returns
- PersonalDataAnalyzerUnavailableException
The failure to raise.
Remarks
This is what naming a language the analyzer's own image was never built for looks like: an empty registry rather than a refusal, since the analyzer answers the question and has nothing to say. It is judged per language rather than over the configured set, because a language contributing nothing is the operator having asked for protection that does not exist — and one that silently added nothing would be indistinguishable from one that worked. The language is named because it is MailFathom's own configured value, and it is the one thing an operator needs in order to know which entry to repair.
Exceptions
- ArgumentNullException
Thrown when an argument is null.