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

io.github.windedge.copybuilder.errors.kt Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package io.github.windedge.copybuilder

internal object Errors {
    fun copyBuilderAppliedWrongTarget(target: String): String {
        return "CopyBuilder is only supported for data classes. ($target)"
    }
    const val CopyFunctionNotFound = "The copy function was not found."
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy