AppFunctionError 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.
public enum AppFunctionError
	type AppFunctionError = 
		- Inheritance
 - 
				AppFunctionError
 
Fields
| Name | Value | Description | 
|---|---|---|
| Denied | 1000 | |
| InvalidArgument | 1001 | |
| Disabled | 1002 | |
| FunctionNotFound | 1003 | |
| SystemError | 2000 | |
| Cancelled | 2001 | |
| EnterprisePolicyDisallowed | 2002 | |
| AppUnknownError | 3000 |