Property ChatAnswerEmpty
- Namespace
- MailFathom.Domain.Failures
- Assembly
- MailFathom.Domain.dll
ChatAnswerEmpty
Gets subcategory 3, answer shape: a chat provider ended the call with no text to present.
public static MailFathomErrorCode ChatAnswerEmpty { get; }
Property Value
Remarks
Raised at the adapter rather than passed on as an empty answer, because an empty string reaching a caller reads as a model that had nothing to say rather than as a call that produced nothing, and the two lead an operator to different places.