openapi-nexus 0.1.0

OpenAPI 3.1 to code generator
Documentation
1
2
3
4
5
6
7
package runtime

class ApiException(
    val statusCode: Int,
    val status: String,
    val body: String,
) : RuntimeException("API error $statusCode: $status")