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 Type
    Method
    Description
    Retrieves 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 JobOperationErrorType enum representing the error type