Class JobErrorResponse


  • public final class JobErrorResponse
    extends java.lang.Object
    • Method Detail

      • category

        public java.lang.String category()
        Returns:
        Helps with categorization of errors.
      • code

        public java.lang.String code()
        Returns:
        Error code describing the error.
      • details

        public java.util.List<JobErrorDetailResponse> details()
        Returns:
        An array of details about specific errors that led to this reported error.
      • message

        public java.lang.String message()
        Returns:
        A human-readable language-dependent representation of the error.
      • retry

        public java.lang.String retry()
        Returns:
        Indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal.