[This is preliminary documentation and is subject to change.]
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public enum ErrorGeneric |
Visual Basic |
---|
Public Enumeration ErrorGeneric |
Visual C++ |
---|
public enum class ErrorGeneric |
Members
Member name | Value | Description | |
---|---|---|---|
EV_NONE | 0 | ||
EV_USAGE | 1 | ||
EV_UNKNOWN | 2 | ||
EV_CONTEXT | 3 | ||
EV_ILLEGAL | 4 | ||
EV_NOTYET | 5 | ||
EV_PROTECT | 6 | ||
EV_EMPTY | 17 | ||
EV_FAULT | 33 | ||
EV_CLIENT | 34 | ||
EV_ADMIN | 35 | ||
EV_CONFIG | 36 | ||
EV_UPGRADE | 37 | ||
EV_COMM | 38 | ||
EV_TOOBIG | 39 |