Interface AnnotationBatchSaveError

All Superinterfaces:
PositionalResult

public interface AnnotationBatchSaveError extends PositionalResult
Represents a positional error result for batch save 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