Interface AnnotationBatchSaveError
- All Superinterfaces:
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 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
AnnotationBatchSaveErrorResult getError()Returns details about the error that occurred at this position.- Returns:
- details about the error that occurred at this position
-