DeviceRegistryStatusError 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 status config error properties.
public class DeviceRegistryStatusError : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryStatusError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DeviceRegistry.Models.DeviceRegistryStatusError>
type DeviceRegistryStatusError = class
interface IJsonModel<DeviceRegistryStatusError>
interface IPersistableModel<DeviceRegistryStatusError>
Public Class DeviceRegistryStatusError
Implements IJsonModel(Of DeviceRegistryStatusError), IPersistableModel(Of DeviceRegistryStatusError)
- Inheritance
-
DeviceRegistryStatusError
- Implements
Properties
| Name | Description |
|---|---|
| Code |
Error code for classification of errors (ex: '400', '404', '500', etc.). |
| Details |
Array of error details that describe the status of each error. |
| Message |
Human-readable helpful error message to provide additional context for error (e.g.,: “Capability ID 'foo' does not exist”). |