DefaultErrorResponseErrorDetailsItem Class
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.
Detailed errors.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.DefaultErrorResponseErrorDetailsItemTypeConverter))]
public class DefaultErrorResponseErrorDetailsItem : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IDefaultErrorResponseErrorDetailsItem
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.DefaultErrorResponseErrorDetailsItemTypeConverter))>]
type DefaultErrorResponseErrorDetailsItem = class
interface IDefaultErrorResponseErrorDetailsItem
interface IJsonSerializable
Public Class DefaultErrorResponseErrorDetailsItem
Implements IDefaultErrorResponseErrorDetailsItem
- Inheritance
-
DefaultErrorResponseErrorDetailsItem
- Attributes
- Implements
Constructors
DefaultErrorResponseErrorDetailsItem() |
Creates an new DefaultErrorResponseErrorDetailsItem instance. |
Properties
Code |
Standardized string to programmatically identify the error. |
Message |
Detailed error description and debugging information. |
Target |
Detailed error description and debugging information. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefaultErrorResponseErrorDetailsItem. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefaultErrorResponseErrorDetailsItem. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IDefaultErrorResponseErrorDetailsItem. |
FromJsonString(String) |
Creates a new instance of DefaultErrorResponseErrorDetailsItem, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefaultErrorResponseErrorDetailsItem into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |