|
FireSync API
|
Represents types of constraint violations.
The following enumerators are defined:

Related | |
| #define | kVIOLATION_NONE |
| No violations. | |
| #define | kVIOLATION_BOUNDS |
| Value exceeds current min/max limits. | |
| #define | kVIOLATION_GRANULARITY |
| Value is not evenly divisible by the specified granularity value. | |
| #define | kVIOLATION_UNIQUENESS |
| Value is equal to another value, where uniqueness is required. | |
| #define | kVIOLATION_EXISTENCE |
| Value refers to an entity that does not exist. | |
| #define | kVIOLATION_GROUP |
| Peers in a group have different values, when they are constrained to be equal. | |
| #define | kVIOLATION_INVALID |
| Value is not acceptable. | |