TextPredictorError

enum TextPredictorError : Enum<TextPredictorError>

Common errors that are raised when an invalid input is received in WordAutoCompletion and WordAutoCompletion

Entries

ERROR_CONTAINS_NUMBER
Link copied to clipboard
ERROR_CONTAINS_NUMBER("The input provided contains number(s), which are not allowed.")
ERROR_NO_WORD
Link copied to clipboard
ERROR_NO_WORD("The input provided has more than one word, which is not allowed. " + "Check if the input contains a space.")

Properties

message
Link copied to clipboard
val message: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int