DeviceRegistrationErrorCode Enumeration
Applies To: Dynamics CRM 2013
Contains error codes that can occur when registering a device. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Services.Samples
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public enum DeviceRegistrationErrorCode
public enum class DeviceRegistrationErrorCode
type DeviceRegistrationErrorCode
Public Enumeration DeviceRegistrationErrorCode
Members
Member name | Description | |
---|---|---|
BlankPassword | The password was blank. Value = 6. |
|
DeviceAlreadyExists | The device already exists. Value = 13. |
|
InterfaceDisabled | The interface is disabled. Value = 1. |
|
InternalError | An internal error occurred. Value = 11. |
|
InvalidCharactersInCredentials | The specified credentials contain invalid characters. Value = 9. |
|
InvalidParameterSyntax | The parameter values contain incorrect syntax. Value = 8. |
|
InvalidRequestFormat | The registration request is invalid. Value = 3. |
|
MissingDeviceUserNameOrPassword | The device, user name or password is missing. Value = 7. |
|
Unknown | An unknown error occurred. Value = 0. |
|
UnknownClientVersion | The client version is unknown. Value = 4. |
|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Remarks
This enumeration is used in the constructor of the DeviceRegistrationFailedException class.
See Also
DeviceRegistrationFailedException
RegistrationErrorCode
Microsoft.Xrm.Client.Services.Samples Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top