Class MediaJobError


  • public final class MediaJobError
    extends Object
    Details of JobOutput errors.
    • Constructor Detail

      • MediaJobError

        public MediaJobError()
    • Method Detail

      • getCode

        public MediaJobErrorCode getCode()
        Get the code property: Error code describing the error.
        Returns:
        the code value.
      • getMessage

        public String getMessage()
        Get the message property: A human-readable language-dependent representation of the error.
        Returns:
        the message value.
      • getCategory

        public MediaJobErrorCategory getCategory()
        Get the category property: Helps with categorization of errors.
        Returns:
        the category value.
      • getRetry

        public MediaJobRetry getRetry()
        Get the retry property: Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.
        Returns:
        the retry value.
      • getDetails

        public List<MediaJobErrorDetail> getDetails()
        Get the details property: An array of details about specific errors that led to this reported error.
        Returns:
        the details value.