openapi-nexus 0.1.3

OpenAPI 3.x multi-language 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")