java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobErrorDetails

public class JobErrorDetails extends Object
The Data Lake Analytics job error details.
  • Constructor Details

    • JobErrorDetails

      public JobErrorDetails()
  • Method Details

    • errorId

      public String errorId()
      Get the specific identifier for the type of error encountered in the job.
      Returns:
      the errorId value
    • severity

      public SeverityTypes severity()
      Get the severity level of the failure. Possible values include: 'Warning', 'Error', 'Info', 'SevereWarning', 'Deprecated', 'UserWarning'.
      Returns:
      the severity value
    • source

      public String source()
      Get the ultimate source of the failure (usually either SYSTEM or USER).
      Returns:
      the source value
    • message

      public String message()
      Get the user friendly error message for the failure.
      Returns:
      the message value
    • description

      public String description()
      Get the error message description.
      Returns:
      the description value
    • details

      public String details()
      Get the details of the error message.
      Returns:
      the details value
    • lineNumber

      public Integer lineNumber()
      Get the specific line number in the job where the error occured.
      Returns:
      the lineNumber value
    • startOffset

      public Integer startOffset()
      Get the start offset in the job where the error was found.
      Returns:
      the startOffset value
    • endOffset

      public Integer endOffset()
      Get the end offset in the job where the error was found.
      Returns:
      the endOffset value
    • resolution

      public String resolution()
      Get the recommended resolution for the failure, if any.
      Returns:
      the resolution value
    • filePath

      public String filePath()
      Get the path to any supplemental error files, if any.
      Returns:
      the filePath value
    • helpLink

      public String helpLink()
      Get the link to MSDN or Azure help for this type of error, if any.
      Returns:
      the helpLink value
    • internalDiagnostics

      public String internalDiagnostics()
      Get the internal diagnostic stack trace if the user requesting the job error details has sufficient permissions it will be retrieved, otherwise it will be empty.
      Returns:
      the internalDiagnostics value
    • innerError

      public JobInnerError innerError()
      Get the inner error of this specific job error message, if any.
      Returns:
      the innerError value