DefaultErrorResponseError 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.
Error model.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DefaultErrorResponseErrorTypeConverter))]
public class DefaultErrorResponseError : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDefaultErrorResponseError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DefaultErrorResponseErrorTypeConverter))>]
type DefaultErrorResponseError = class
interface IDefaultErrorResponseError
interface IJsonSerializable
Public Class DefaultErrorResponseError
Implements IDefaultErrorResponseError
- Inheritance
-
DefaultErrorResponseError
- Attributes
- Implements
Constructors
DefaultErrorResponseError() |
Creates an new DefaultErrorResponseError instance. |
Properties
Code |
Standardized string to programmatically identify the error. |
Detail | |
Innererror |
More information to debug 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 DefaultErrorResponseError. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefaultErrorResponseError. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDefaultErrorResponseError. |
FromJsonString(String) |
Creates a new instance of DefaultErrorResponseError, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefaultErrorResponseError into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |