Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.81
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen
/
APIException
/
Companion
/
APIExceptionProxy
APIException
Proxy
class
APIExceptionProxy
<
EX
:
Throwable
,
B
>
(
val
status
:
HttpStatusCode
,
val
exceptionClass
:
KClass
<
EX
>
,
val
example
:
B
?
=
null
,
val
contentType
:
KType
=
unitKType
,
val
contentGen
:
(
EX
)
->
B
?
=
null
)
:
APIException
<
EX
,
B
>
(
source
)
Members
Constructors
APIException
Proxy
Link copied to clipboard
constructor
(
status
:
HttpStatusCode
,
exceptionClass
:
KClass
<
EX
>
,
example
:
B
?
=
null
,
contentType
:
KType
=
unitKType
,
contentGen
:
(
EX
)
->
B
?
=
null
)
Properties
content
Gen
Link copied to clipboard
open
override
val
contentGen
:
(
EX
)
->
B
?
=
null
content
Type
Link copied to clipboard
open
override
val
contentType
:
KType
example
Link copied to clipboard
open
override
val
example
:
B
?
=
null
exception
Class
Link copied to clipboard
open
override
val
exceptionClass
:
KClass
<
EX
>
status
Link copied to clipboard
open
override
val
status
:
HttpStatusCode