//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.project.usecase/ValidatePlaceholdersUseCase/Output/Invalid
Invalid
[jvm]
data class Invalid(val keys: List<String> = emptyList()) : ValidatePlaceholdersUseCase.Output
Case where some errors were detected.
Constructors
Invalid | [jvm] constructor(keys: List<String> = emptyList()) Create Invalid |
Properties
Name | Summary |
---|---|
keys | [jvm] val keys: List<String> list of the keys of the messages where errors were detected |