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

com.ancientlightstudios.example.features.server.ValidationUtils.kt Maven / Gradle / Ivy

There is a newer version: 0.4.14
Show newest version
package com.ancientlightstudios.example.features.server

import com.ancientlightstudios.example.features.server.model.OperationError
import com.ancientlightstudios.quarkus.kotlin.openapi.ValidationError

fun List.toOperationError() = OperationError(map { "${it.path}: ${it.message}" })




© 2015 - 2025 Weber Informatics LLC | Privacy Policy