IArmErrorResponseBody 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.Advisor.Models.Api202001.ArmErrorResponseBodyTypeConverter))]
public interface IArmErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseBodyTypeConverter))>]
type IArmErrorResponseBody = interface
interface IJsonSerializable
Public Interface IArmErrorResponseBody
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Code |
Gets or sets the string that can be used to programmatically identify the error. |
Message |
Gets or sets the string that describes the error in detail and provides debugging information. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |