DefaultErrorResponse 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.
App Service error response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DefaultErrorResponseTypeConverter))]
public class DefaultErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDefaultErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DefaultErrorResponseTypeConverter))>]
type DefaultErrorResponse = class
interface IDefaultErrorResponse
interface IJsonSerializable
Public Class DefaultErrorResponse
Implements IDefaultErrorResponse
- Inheritance
-
DefaultErrorResponse
- Attributes
- Implements
Constructors
DefaultErrorResponse() |
Creates an new DefaultErrorResponse 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 DefaultErrorResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefaultErrorResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDefaultErrorResponse. |
FromJsonString(String) |
Creates a new instance of DefaultErrorResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefaultErrorResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |