Web-based responsive document annotation tool
activeannoservice / api.annotate.dto / ValidationError
data class ValidationError
Single ValidationError w.r.t. an annotation definition + target
| Name | Summary | 
|---|---|
| <init> | Single ValidationError w.r.t. an annotation definition + targetValidationError(annotationDefinitionID: AnnotationID, targetType: TargetType, message: String) | 
    
| Name | Summary | 
|---|---|
| annotationDefinitionID | val annotationDefinitionID: AnnotationID | 
    
| message | val message: String | 
    
| targetType | val targetType: TargetType |