Error Categories
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax Public Enumeration ErrorGeneric
public enum class ErrorGeneric
Members
| Member name | Value | Description |
---|
| EV_NONE | 0 |
No Error
|
| EV_USAGE | 1 |
request not consistent with dox
|
| EV_UNKNOWN | 2 |
using unknown entity
|
| EV_CONTEXT | 3 |
using entity in wrong context
|
| EV_ILLEGAL | 4 |
trying to do something you can't
|
| EV_NOTYET | 5 |
something must be corrected first
|
| EV_PROTECT | 6 |
protections prevented operation
|
| EV_EMPTY | 17 |
Action returned empty results
|
| EV_FAULT | 33 |
Inexplicable program fault
|
| EV_CLIENT | 34 |
Client side program errors
|
| EV_ADMIN | 35 |
Server administrative action required
|
| EV_CONFIG | 36 |
Client configuration inadequate
|
| EV_UPGRADE | 37 |
Client or server too old to interact
|
| EV_COMM | 38 |
Communications error
|
| EV_TOOBIG | 39 |
Something was too big
|
See Also