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

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

    • JobInnerError

      public JobInnerError()
  • 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
    • diagnosticCode

      public Integer diagnosticCode()
      Get the diagnostic error code.
      Returns:
      the diagnosticCode value
    • component

      public String component()
      Get the component that failed.
      Returns:
      the component value
    • resolution

      public String resolution()
      Get the recommended resolution for the failure, if any.
      Returns:
      the resolution 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