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 Details

    • getMessage

      String getMessage()
      Retrieves a human-readable message about the error.
      Returns:
      a non-null human-readable error message
    • getType

      Retrieves a general type associated with the error. For example, ANNOTATION_NOT_FOUND.
      Returns:
      the general type associated with the error