KrosstalkException
abstract class KrosstalkException @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : RuntimeException
Content copied to clipboard
Types
Link copied to clipboard
open class CompilerError @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : KrosstalkException
Content copied to clipboard
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.