Package com.veeva.vault.sdk.api.edl
Interface MatchedDocumentError
- All Superinterfaces:
MatchedDocumentResult
,PositionalResult
Represents an error that occurred while processing one provided matched document in the batch request.
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
Retrieves details about the error that occurred at this position.Methods inherited from interface com.veeva.vault.sdk.api.edl.MatchedDocumentResult
getDocumentVersionId, getEdlItemId
Methods inherited from interface com.veeva.vault.sdk.api.core.PositionalResult
getInputPosition
-
Method Details
-
getError
MatchedDocumentErrorResult getError()Retrieves details about the error that occurred at this position.- Returns:
- a
MatchedDocumentErrorResult
object
-