IAdditionalErrorInfo Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |