vz-api
1.0.0
core
/
com.keygenqt.core.exceptions
/
ValidateViolation
Validate
Violation
data
class
ValidateViolation
(
val
filed
:
String
,
val
errors
:
List
<
String
>
)
Content copied to clipboard
Field errors
Constructors
Properties
Constructors
Validate
Violation
Link copied to clipboard
fun
ValidateViolation
(
filed
:
String
,
errors
:
List
<
String
>
)
Content copied to clipboard
Properties
errors
Link copied to clipboard
val
errors
:
List
<
String
>
Content copied to clipboard
filed
Link copied to clipboard
val
filed
:
String
Content copied to clipboard