Bagikan melalui


IAdditionalErrorInfo Interface

Definition

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

Properties

Info

Additional information of the type of error.

Type

Type of error (e.g. CustomerIntervention, PolicyViolation, SecurityViolation).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to