commonMain.com.darkrockstudios.symspellkt.exception.SpellCheckExceptionCode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of SymSpellKt-jvm Show documentation
Show all versions of SymSpellKt-jvm Show documentation
A Kotlin Multiplatform implementation of the SymSpell Spell Checking algorithm.
package com.darkrockstudios.symspellkt.exception
enum class SpellCheckExceptionCode(val message: String) {
LOOKUP_ERROR("Exception occured while looking up the term"),
INDEX_ERROR("Exception occured while indexing the term"),
DELETE_ERROR("Exception occured while deleting up the term"),
DUMP_ERROR("Exception occured while dumping up the term")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy