toggle menu
ktor
3.0.0-rc-1
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-server-request-validation
/
io.ktor.server.plugins.requestvalidation
/
ValidationResult
/
Invalid
Invalid
class
Invalid
(
val
reasons
:
List
<
String
>
)
:
ValidationResult
An unsuccessful result of validation. All errors are stored in the
reasons
list.
Members
Constructors
Invalid
Link copied to clipboard
constructor
(
reason
:
String
)
constructor
(
reasons
:
List
<
String
>
)
Properties
reasons
Link copied to clipboard
val
reasons
:
List
<
String
>
List of errors.