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

io.github.cdimascio.swagger.models.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.github.cdimascio.swagger

data class ErrorDetail(val code: String, val message: String)
data class ServiceError(val trace: String, val errors: List)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy