Share via


IJobRunError Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.JobRunErrorTypeConverter))]
public interface IJobRunError : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.Api20240701.JobRunErrorTypeConverter))>]
type IJobRunError = interface
    interface IJsonSerializable
Public Interface IJobRunError
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

Error code of the given entry.

Message

Error message of the given entry.

Target

Target of the given error entry.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to