ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / project / ProjectValidationError

ProjectValidationError

data class ProjectValidationError

A single validation error for a specific key of the ManageProject

Constructors

Name Summary
<init> A single validation error for a specific key of the ManageProjectProjectValidationError(key: String, message: String, criticalError: Boolean = false)

Properties

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