Click or drag to resize

PFExceptionCodes Class

Provides a list of codes used by Packflow exceptions to identify specific issues.
Inheritance Hierarchy
SystemObject
  Packflow.CorePFExceptionCodes

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFExceptionCodes

The PFExceptionCodes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberSaveError_AlreadyLockedForUpdate
Error code indicating that an object cannot be saved because it is already locked for update.
Public fieldStatic memberSaveError_OlderVersionFoundInDatabase
Error code indicating the persisted version of the object has not been found, but an older has been found instead.
Public fieldStatic memberSaveError_PersistedObjectNotFoundInDatabase
Error code indicating that a yet persisted object has not been found in the database.
Public fieldStatic memberSaveError_SaveConflict
Error code indicating a conflict between two saves.
Public fieldStatic memberSaveError_UnableToUpgradeToSameVersion
Error code indicating the collision of conflicting versions.
Public fieldStatic memberSaveError_UnableToUpgradeWithConflicts
Error code indicating that the merge of two colliding new versions cannot be executed because of conflicts between new values.
Public fieldStatic memberSaveError_UnknownUpdateConflict
Error code indicating that a version conflict cannot be resolved due to an unexpected problem.
Public fieldStatic memberUnknown
Unknown / No code.
Top
See Also