IErrorFieldContract 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.ResourceGraph.Models.Api20180901Preview.ErrorFieldContractTypeConverter))]
public interface IErrorFieldContract : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.Api20180901Preview.ErrorFieldContractTypeConverter))>]
type IErrorFieldContract = interface
interface IJsonSerializable
Public Interface IErrorFieldContract
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Code |
Property level error code. |
Message |
Human-readable representation of property-level error. |
Target |
Property name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |