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.exceptions
/
OpenAPIParseException
Open
APIParse
Exception
class
OpenAPIParseException
(
val
request
:
KClass
<
*
>
,
val
actual
:
Set
<
KClass
<
*
>
>
)
:
Exception
(
source
)
Members
Constructors
Open
APIParse
Exception
Link copied to clipboard
constructor
(
request
:
KClass
<
*
>
,
actual
:
Set
<
KClass
<
*
>
>
)
Properties
actual
Link copied to clipboard
val
actual
:
Set
<
KClass
<
*
>
>
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
request
Link copied to clipboard
val
request
:
KClass
<
*
>