DeviceRegistryErrorDetails 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.
Defines the error details properties.
public class DeviceRegistryErrorDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryErrorDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryErrorDetails>
type DeviceRegistryErrorDetails = class
interface IJsonModel<DeviceRegistryErrorDetails>
interface IPersistableModel<DeviceRegistryErrorDetails>
Public Class DeviceRegistryErrorDetails
Implements IJsonModel(Of DeviceRegistryErrorDetails), IPersistableModel(Of DeviceRegistryErrorDetails)
- Inheritance
-
DeviceRegistryErrorDetails
- Implements
Properties
| Name | Description |
|---|---|
| Code |
Multi-part error code for classification and root causing of errors (ex: 400.200.100.432). |
| CorrelationId |
Unique identifier for the transaction to aid in debugging. |
| Info |
Human-readable helpful detailed text context for debugging (ex: “The following mechanisms are supported...”). |
| Message |
Human-readable helpful error message to provide additional context for error (ex: “Authentication method not supported”). |