ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.annotate.dto / ValidationError

ValidationError

data class ValidationError

Single ValidationError w.r.t. an annotation definition + target

Constructors

Name Summary
<init> Single ValidationError w.r.t. an annotation definition + targetValidationError(annotationDefinitionID: AnnotationID, targetType: TargetType, message: String)

Properties

Name Summary
annotationDefinitionID val annotationDefinitionID: AnnotationID
message val message: String
targetType val targetType: TargetType