com.github.felipewom.commons.ErrorResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javalin-commons Show documentation
Show all versions of javalin-commons Show documentation
Commons extensions to help Javalin Development
@file:JvmName("ErrorResponse")
package com.github.felipewom.commons
data class ErrorResponse(val errors: Map>)