FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kViolation Struct Reference

Description

Represents types of constraint violations.

The following enumerators are defined:

Inheritance diagram for kViolation:
Inheritance graph

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.
 

The documentation for this struct was generated from the following file: