mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 22:17:05 +00:00
[kotlin] add option for non public api (#4089)
* [kotlin] add option for non public api * [kotlin] update petstores * [kotlin] add missing script to kotlin-client-all.sh * [kotlin] update pet projects * [kotlin] remove public modifier * [kotlin-client] inline visibility modifier
This commit is contained in:
committed by
William Cheng
parent
60a3746bb7
commit
3cd74f4a8d
@@ -20,4 +20,4 @@ val Response.isClientError : Boolean get() = this.code in 400..499
|
||||
/**
|
||||
* Provides an extension to evaluation whether the response is a 5xx (Standard) through 999 (non-standard) code
|
||||
*/
|
||||
val Response.isServerError : Boolean get() = this.code in 500..999
|
||||
val Response.isServerError : Boolean get() = this.code in 500..999
|
||||
|
||||
Reference in New Issue
Block a user