Web-based responsive document annotation tool
activeannoservice / project / ProjectValidationError
data class ProjectValidationError
A single validation error for a specific key of the ManageProject
| Name | Summary |
|---|---|
| <init> | A single validation error for a specific key of the ManageProjectProjectValidationError(key: String, message: String, criticalError: Boolean = false) |
| Name | Summary |
|---|---|
| criticalError | criticalError means, the project cannot be saved. Else, it just cannot be set activeval criticalError: Boolean |
| key | val key: String |
| message | val message: String |