EVRApplicationError 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 class EVRApplicationError
public enum EVRApplicationError
type EVRApplicationError =
Public Enum EVRApplicationError
- Inheritance
-
EVRApplicationError
Fields
| AppKeyAlreadyExists | 100 | |
| ApplicationAlreadyRunning | 106 | |
| ApplicationAlreadyStarting | 110 | |
| BufferTooSmall | 200 | |
| InvalidApplication | 108 | |
| InvalidIndex | 103 | |
| InvalidManifest | 107 | |
| InvalidParameter | 203 | |
| IPCFailed | 105 | |
| IsTemplate | 114 | |
| LaunchFailed | 109 | |
| LaunchInProgress | 111 | |
| NoApplication | 102 | |
| NoManifest | 101 | |
| None | 0 | |
| OldApplicationQuitting | 112 | |
| PropertyNotSet | 201 | |
| SteamVRIsExiting | 115 | |
| TransitionAborted | 113 | |
| UnknownApplication | 104 | |
| UnknownProperty | 202 |