Package com.veeva.vault.sdk.api.edl
Interface MatchedDocumentErrorResult
public interface MatchedDocumentErrorResult
Provides data about the error included in a
MatchedDocumentService batch
operation response, including the error message and type.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a human-readable message about the error.getType()Retrieves a general type associated with the error.
-
Method Details
-
getMessage
String getMessage()Retrieves a human-readable message about the error.- Returns:
- the error message
-
getType
MatchedDocumentErrorType getType()Retrieves a general type associated with the error.- Returns:
- a
MatchedDocumentErrorType
-