All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.darkrockstudios.symspellkt.exception.SpellCheckExceptionCode.kt Maven / Gradle / Ivy

Go to download

A Kotlin Multiplatform implementation of the SymSpell Spell Checking algorithm.

There is a newer version: 3.1.0
Show newest version
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