Interface AnnotationBatchDeleteError

All Superinterfaces:
PositionalResult

public interface AnnotationBatchDeleteError extends PositionalResult
Represents a positional error result for batch delete operations calls from AnnotationService, indicating that one of the inputs in the batch failed. Provides the related input index and the error result, which provides the error message and type.
  • Method Details

    • getError

      Returns details about the error that occurred at this position.
      Returns:
      details about the error that occurred at this position