-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I want to get an analog
responses:
'400':
desctiprion: "Parse error"But with code below i just get "Bad request" in description
apiRouting {
route("example/create") {
throws(
HttpStatusCode.BadRequest,
ExceptionExampleDto("Cannot parse"),
{ ex: Error -> ExceptionExampleDto(ex.message!!) }) {
...
}
}Is it possible?
Metadata
Metadata
Assignees
Labels
No labels