Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.route
/
ThrowsInfo
Throws
Info
data
class
ThrowsInfo
(
val
exceptions
:
List
<
APIException
<
*
,
*
>
>
)
:
ThrowInfoProvider
(
source
)
Members
Constructors
Throws
Info
Link copied to clipboard
constructor
(
exceptions
:
List
<
APIException
<
*
,
*
>
>
)
Properties
exceptions
Link copied to clipboard
open
override
val
exceptions
:
List
<
APIException
<
*
,
*
>
>
handlers
Link copied to clipboard
open
override
val
handlers
:
Collection
<
Pair
<
KType
,
OpenAPIModule
>
>