ErrorEntityAutoGenerated 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.
Body of the error response returned from the API.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ErrorEntityAutoGeneratedTypeConverter))]
public class ErrorEntityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IErrorEntityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ErrorEntityAutoGeneratedTypeConverter))>]
type ErrorEntityAutoGenerated = class
interface IErrorEntityAutoGenerated
interface IJsonSerializable
Public Class ErrorEntityAutoGenerated
Implements IErrorEntityAutoGenerated
- Inheritance
-
ErrorEntityAutoGenerated
- Attributes
- Implements
Constructors
ErrorEntityAutoGenerated() |
Creates an new ErrorEntityAutoGenerated instance. |
Properties
Code |
Basic error code. |
Detail |
Error Details. |
ExtendedCode |
Type of error. |
InnerError |
Inner errors. |
Message |
Any details of the error. |
MessageTemplate |
Message template. |
Parameter |
Parameters for the template. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ErrorEntityAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ErrorEntityAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IErrorEntityAutoGenerated. |
FromJsonString(String) |
Creates a new instance of ErrorEntityAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ErrorEntityAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |