Class DeviceClaimError
Device Claim Error
[DataContract]
public class DeviceClaimError
- Inheritance
-
DeviceClaimError
- Inherited Members
Constructors
DeviceClaimError()
public DeviceClaimError()
Properties
Errors
List of error messages for this device
[DataMember(Name = "errors")]
public List<string> Errors { get; set; }
Property Value
Serial
The serial number of the device that failed to be claimed
[DataMember(Name = "serial")]
public string Serial { get; set; }