Interface AnnotationBatchDeleteError
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptiongetError()Returns details about the error that occurred at this position.Methods inherited from interface com.veeva.vault.sdk.api.core.PositionalResult
getInputPosition
-
Method Details
-
getError
AnnotationBatchDeleteErrorResult getError()Returns details about the error that occurred at this position.- Returns:
- details about the error that occurred at this position
-