JobErrorDetails Class

 

The Data Lake Analytics job error details.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.AnalyticsJob.Models.JobErrorDetails

Syntax

public class JobErrorDetails
public ref class JobErrorDetails 
type JobErrorDetails = class end
Public Class JobErrorDetails

Constructors

Name Description
System_CAPS_pubmethod JobErrorDetails()

Initializes a new instance of the JobErrorDetails class.

Properties

Name Description
System_CAPS_pubproperty Description

Optional. Gets or sets the error message description

System_CAPS_pubproperty Details

Optional. Gets or sets the details of the error message.

System_CAPS_pubproperty EndOffset

Optional. Gets or sets the end offset in the job where the error was found.

System_CAPS_pubproperty ErrorId

Optional. Gets or sets the specific identifier for the type of error encountered in the job.

System_CAPS_pubproperty FilePath

Optional. Gets or sets the path to any supplemental error files, if any.

System_CAPS_pubproperty HelpLink

Optional. Gets or sets the link to MSDN or Azure help for this type of error, if any.

System_CAPS_pubproperty InternalDiagnostics

Optional. Gets or sets 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.

System_CAPS_pubproperty LineNumber

Optional. Gets or sets the specific line number in the job where the error occured.

System_CAPS_pubproperty Message

Optional. Gets or sets the user friendly error message for the failure.

System_CAPS_pubproperty Resolution

Optional. Gets or sets the recommended resolution for the failure, if any.

System_CAPS_pubproperty Severity

Optional. Gets or sets the severity level of the failure.

System_CAPS_pubproperty Source

Optional. Gets or sets the ultimate source of the failure (usually either SYSTEM or USER).

System_CAPS_pubproperty StartOffset

Optional. Gets or sets the end offset in the job where the error was found

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top