Language

ICloudError Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.CloudErrorTypeConverter))]
public interface ICloudError : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20230701Preview.CloudErrorTypeConverter))>]
type ICloudError = interface
    interface IJsonSerializable
Public Interface ICloudError
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Code

The error code

Detail

Extra error information

Message

A description of what caused the error

Target

The target resource of the error message

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to