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