PFExceptionCodes Class |
Namespace: Packflow.Core
public static class PFExceptionCodes
The PFExceptionCodes type exposes the following members.
Name | Description | |
---|---|---|
SaveError_AlreadyLockedForUpdate |
Error code indicating that an object cannot be saved because it is already locked for update.
| |
SaveError_OlderVersionFoundInDatabase |
Error code indicating the persisted version of the object has not been found,
but an older has been found instead.
| |
SaveError_PersistedObjectNotFoundInDatabase |
Error code indicating that a yet persisted object has not been found in the database.
| |
SaveError_SaveConflict |
Error code indicating a conflict between two saves.
| |
SaveError_UnableToUpgradeToSameVersion |
Error code indicating the collision of conflicting versions.
| |
SaveError_UnableToUpgradeWithConflicts |
Error code indicating that the merge of two colliding new versions cannot be executed
because of conflicts between new values.
| |
SaveError_UnknownUpdateConflict |
Error code indicating that a version conflict cannot be resolved due to an unexpected problem.
| |
Unknown |
Unknown / No code.
|