CompilerError

open class CompilerError @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : KrosstalkException

An error that was caused by an issue with the compiler plugin. None of these should happen without a compiler error being thrown if the compiler plugin works properly.

Constructors

Link copied to clipboard
fun CompilerError(message: String, cause: Throwable? = null)

Sources

Link copied to clipboard