Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.138
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.exceptions
/
OpenAPINoSerializerException
Open
APINo
Serializer
Exception
class
OpenAPINoSerializerException
(
val
contentTypes
:
ContentType
)
:
Exception
(
source
)
Members
Constructors
Open
APINo
Serializer
Exception
Link copied to clipboard
constructor
(
contentTypes
:
ContentType
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
content
Types
Link copied to clipboard
val
contentTypes
:
ContentType
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?