CatalogErrorDetails Class

Definition

Catalog error details

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogErrorDetailsTypeConverter))]
public class CatalogErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.CatalogErrorDetailsTypeConverter))>]
type CatalogErrorDetails = class
    interface ICatalogErrorDetails
    interface IJsonSerializable
Public Class CatalogErrorDetails
Implements ICatalogErrorDetails
Inheritance
CatalogErrorDetails
Attributes
Implements

Constructors

CatalogErrorDetails()

Creates an new CatalogErrorDetails instance.

Properties

Code

An identifier for the error.

Message

A message describing the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CatalogErrorDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CatalogErrorDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ICatalogErrorDetails.

FromJsonString(String)

Creates a new instance of CatalogErrorDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CatalogErrorDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to