[This is preliminary documentation and is subject to change.]
Provides the return status of all the Service Calls
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum OCServiceReturnStatus |
| Visual Basic (Declaration) |
|---|
Public Enumeration OCServiceReturnStatus |
| Visual C++ |
|---|
public enum class OCServiceReturnStatus |
Members
| Member name | Description | |
|---|---|---|
| Success |
The success result
| |
| GeneralFailure |
The general failure result
| |
| NoPermission |
Does not have any permission to write on this object
| |
| NotPresent |
Is not present
| |
| DifferentInstallation |
Not the same installation
| |
| IncorrectServiceType |
The service type is not correct
| |
| IdDoesNotMatch |
The Id does not match the the project that needs to be updated
| |
| UnspecifiedError |
Unspecified error
| |
| NotImplemented |
The function is not implemented
|
