Package com.veeva.vault.sdk.api.job
Interface JobCancelOperationError
public interface JobCancelOperationError
Represents an unsuccessful attempt to cancel a job.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type of error encountered during job cancellation.Returns a human-readable error message.
-
Method Details
-
getJobCancelOperationErrorType
JobCancelOperationErrorType getJobCancelOperationErrorType()Returns the type of error encountered during job cancellation.- Returns:
- JobCancelOperationErrorType enum value
-
getMessage
String getMessage()Returns a human-readable error message.- Returns:
- error message
-