DeviceRegistrationErrorCode Enumeration |
Indicates an error during registration
Namespace: Crm.MSCrmServiceAssembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum DeviceRegistrationErrorCode
Public Enumeration DeviceRegistrationErrorCode
public enum class DeviceRegistrationErrorCode
Crm.MSCrmService.DeviceRegistrationErrorCode = function();
Crm.MSCrmService.DeviceRegistrationErrorCode.createEnum('Crm.MSCrmService.DeviceRegistrationErrorCode', false);No code example is currently available or this language may not be supported.
Members| Member 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
|
See Also