Package com.veeva.vault.sdk.api.job
Interface JobOperationError
public interface JobOperationError
Represents an error that occurred during a job operation.
Provides details about the error, including a message and a
JobOperationErrorType.-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the detailed error message explaining the reason for the job submission failure.Retrieves the categorized type of error that occurred during job submission.
-
Method Details
-
getErrorMessage
String getErrorMessage()Retrieves the detailed error message explaining the reason for the job submission failure.- Returns:
- a String containing the error message
-
getJobOperationErrorType
JobOperationErrorType getJobOperationErrorType()Retrieves the categorized type of error that occurred during job submission.- Returns:
- a
JobOperationErrorTypeenum representing the error type
-