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

public class Diagnostics extends Object
Error diagnostic information for failed jobs.
  • Constructor Details

    • Diagnostics

      public Diagnostics()
  • Method Details

    • message

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

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

      public Integer lineNumber()
      Get the line number the error occured on.
      Returns:
      the lineNumber value
    • columnNumber

      public Integer columnNumber()
      Get the column where the error occured.
      Returns:
      the columnNumber value
    • start

      public Integer start()
      Get the starting index of the error.
      Returns:
      the start value
    • end

      public Integer end()
      Get the ending index of the error.
      Returns:
      the end value