Constants |
public
|
ENTITY_NOT_FOUND = 0
No entities matching the criteria were returned by the provider
No entities matching the criteria were returned by the provider
|
#
|
public
|
ENTITY_NOT_UNIQUE = 1
The same entity appears multiple times
The same entity appears multiple times
|
#
|
public
|
ENTITY_NOT_EXPECTED = 2
The entity should not exist, or has a missing counterpart
The entity should not exist, or has a missing counterpart
|
#
|
public
|
ENTITY_NOT_VALID = 3
The entity contains invalid data
The entity contains invalid data
|
#
|
public
|
ENTITY_NOT_SUPPORTED = 4
The provider does not implement sync operations for the entity
The provider does not implement sync operations for the entity
|
#
|
public
|
HIERARCHY_IS_CIRCULAR = 5
Hierarchical data contains a circular reference
Hierarchical data contains a circular reference
|
#
|
public
|
BACKEND_UNREACHABLE = 6
The provider cannot establish a connection to the backend
The provider cannot establish a connection to the backend
|
#
|