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

commonMain.target.core.valuefailure.StringLengthRangeFailure.kt Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package target.core.valuefailure

import target.core.ValueFailure

data class StringLengthRangeFailure(
    override val failedValue: String,
    val minLength: Int,
    val maxLength: Int,
) : ValueFailure




© 2015 - 2024 Weber Informatics LLC | Privacy Policy