toggle menu
neat-validation
3.0.12
common
switch theme
search in API
neat-validation
/
neat.exceptions
/
ValidityException
Validity
Exception
class
ValidityException
(
val
message
:
String
,
val
details
:
String
,
val
reasons
:
List
<
String
>
)
:
Throwable
Members
Constructors
Validity
Exception
Link copied to clipboard
constructor
(
message
:
String
,
details
:
String
,
reasons
:
List
<
String
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
details
Link copied to clipboard
val
details
:
String
message
Link copied to clipboard
open
override
val
message
:
String
reasons
Link copied to clipboard
val
reasons
:
List
<
String
>