com.shoprunner.baleen.ValidationInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of baleen Show documentation
Show all versions of baleen Show documentation
Library for Validating Legacy Data
package com.shoprunner.baleen
data class ValidationInfo(val dataTrace: DataTrace, val message: String, val value: Any?) : ValidationResult()