RuntimeError
class RuntimeError(val error: ErrorSpec, message: String, cause: Throwable? = null) : RuntimeException(source)
Exception wrapper for io.github.smyrgeorge.ktkit.api.error.impl.SystemError instances.
Used to convert structured errors into throwable exceptions.