CommonCloudErrorBody 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.
The error detail.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.CommonCloudErrorBodyTypeConverter))]
public class CommonCloudErrorBody : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ICommonCloudErrorBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.CommonCloudErrorBodyTypeConverter))>]
type CommonCloudErrorBody = class
interface ICommonCloudErrorBody
interface IJsonSerializable
Public Class CommonCloudErrorBody
Implements ICommonCloudErrorBody
- Inheritance
-
CommonCloudErrorBody
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CommonCloudErrorBody() |
Creates an new CommonCloudErrorBody instance. |
Properties
| Name | Description |
|---|---|
| AdditionalInfo |
The error additional info. |
| Code |
The error code. |
| Detail |
The error details. |
| Message |
The error message. |
| Target |
The error target. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CommonCloudErrorBody. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CommonCloudErrorBody. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ICommonCloudErrorBody. |
| FromJsonString(String) |
Creates a new instance of CommonCloudErrorBody, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CommonCloudErrorBody into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |