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
/
OpenAPINoParserException
Open
APINo
Parser
Exception
class
OpenAPINoParserException
(
val
contentType
:
ContentType
)
:
Exception
(
source
)
Members
Constructors
Open
APINo
Parser
Exception
Link copied to clipboard
constructor
(
contentType
:
ContentType
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
content
Type
Link copied to clipboard
val
contentType
:
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
?
>
?