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

com.breuninger.boot.validation.domain.ValidationErrors.kt Maven / Gradle / Ivy

There is a newer version: 3.2.1.RELEASE
Show newest version
package com.breuninger.boot.validation.domain

data class ValidationErrors(
  val path: String,
  val status: Int,
  val message: String?,
  val errors: Map>
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy