ErrorDetails 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ErrorDetailsTypeConverter))]
public class ErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IErrorDetails, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.IErrorDetailsInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.ErrorDetailsTypeConverter))>]
type ErrorDetails = class
interface IErrorDetails
interface IJsonSerializable
interface IErrorDetailsInternal
Public Class ErrorDetails
Implements IErrorDetails, IErrorDetailsInternal
- Inheritance
-
ErrorDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ErrorDetails() | |
Properties
| Name | Description |
|---|---|
| Code | |
| Message | |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) | |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) | |
| FromJsonString(String) | |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() | |
| ToString() | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IErrorDetailsInternal.Code | |
| IErrorDetailsInternal.Message | |