ktor
2.2.4
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
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.
Constructors
Properties
Constructors
Invalid
Link copied to clipboard
fun
Invalid
(
reason
:
String
)
Invalid
Link copied to clipboard
fun
Invalid
(
reasons
:
List
<
String
>
)
Properties
reasons
Link copied to clipboard
val
reasons
:
List
<
String
>
List of errors.