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