DeviceRegistrationErrorCode Enum
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.
Indicates an error during registration
public enum class DeviceRegistrationErrorCode
public enum DeviceRegistrationErrorCode
type DeviceRegistrationErrorCode =
Public Enum DeviceRegistrationErrorCode
- Inheritance
-
DeviceRegistrationErrorCode
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unspecified or Unknown Error occurred |
InterfaceDisabled | 1 | Interface Disabled |
InvalidRequestFormat | 3 | Invalid Request Format |
UnknownClientVersion | 4 | Unknown Client Version |
BlankPassword | 6 | Blank Password |
MissingDeviceUserNameOrPassword | 7 | Missing Device User Name or Password |
InvalidParameterSyntax | 8 | Invalid Parameter Syntax |
InvalidCharactersInCredentials | 9 | Invalid Characters are used in the device credentials. |
InternalError | 11 | Internal Error |
DeviceAlreadyExists | 13 | Device Already Exists |