Interface AnnotationBatchSaveErrorResult
public interface AnnotationBatchSaveErrorResult
Provides data about an error included in the response of batch save operations provided by
AnnotationService, including the error message and type.-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable message about the error.getType()Returns a general type associated with the error.
-
Method Details
-
getMessage
String getMessage()Returns a human-readable message about the error.- Returns:
- the non-null human-readable error message
-
getType
AnnotationBatchSaveErrorType getType()Returns a general type associated with the error. For example,DOCUMENT_NOT_VALID_FOR_SAVE.- Returns:
- the general type associated with the error
-