Interface SanitationError


public interface SanitationError
A sanitation error occurred when modifying the spell check dictionary.

Before a word is added to or removed from the dictionary, it undergoes a sanitation process that filters out duplicates, invalid words, and words that are missing from the dictionary.

Since:
8.14.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The reason why the word failed sanitation.
    default String
    The word that failed sanitation.
  • Method Details

    • word

      default String word()
      The word that failed sanitation.
    • reason

      default SanitationErrorReason reason()
      The reason why the word failed sanitation.