IExperimentExecutionActionTargetDetailsError Interface

Definition

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

Properties

Name Description
Code

The error code.

Message

The error message

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to