| DatabaseErrorCode Enumeration | 
            Defines error codes for database-related errors.
            
 
Namespace: PDTec.IceNet.Core.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum DatabaseErrorCode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | DatabaseConnectionFailure | 4000 |  | 
 | DatabaseTimeout | 4001 |  | 
 | DatabaseSchemaVersionMismatch | 4020 |  | 
 | DatabaseAccessUserNameEmpty | 4040 |  | 
 | TransactionBeginWhilePending | 4100 |  | 
 | TransactionDisposeWhilePending | 4101 |  | 
 | TransactionDisposeWhileOutOfSync | 4102 |  | 
 | TransactionCommitWithoutActiveTransaction | 4103 |  | 
 | TransactionRollbackWithoutActiveTransaction | 4104 |  | 
 | TransactionOperationOutsideTransactionScope | 4105 |  | 
 | TransactionRollbackFailed | 4106 |  | 
 | TransactionRepositoryModeChanged | 4120 |  | 
 | UpdateContextUserNameEmpty | 4140 |  | 
 | ProfileIdNotFound | 4200 |  | 
 | ProfileNameNotFound | 4201 |  | 
 | ProfileNameAlreadyExists | 4202 |  | 
 | ProfileNameBuiltIn | 4203 |  | 
 | PartyIdNotFound | 4300 |  | 
 | PartyNameNotFound | 4301 |  | 
 | PartyNameAlreadyExists | 4302 |  | 
 | PartyNameBuiltIn | 4303 |  | 
 | PartyMembershipNameNotFound | 4304 |  | 
 | PartyMembershipNameAlreadyExists | 4305 |  | 
 | PartyMembershipNameCycle | 4306 |  | 
 | PartyMembershipNameBuiltIn | 4307 |  | 
 | UserIdNotFound | 4320 |  | 
 | UserNameNotFound | 4321 |  | 
 | TeamIdNotFound | 4322 |  | 
 | TeamNameNotFound | 4323 |  | 
 | GroupIdNotFound | 4324 |  | 
 | GroupNameNotFound | 4325 |  | 
 | RoleIdNotFound | 4326 |  | 
 | RoleNameNotFound | 4327 |  | 
 | PartyInvalidName | 4340 |  | 
 | AuthenticationUserNotAuthenticated | 4400 |  | 
 | AuthenticationUserAuthenticationExpired | 4401 |  | 
 | AuthenticationUserNameNotFoundOrWrongPassword | 4410 |  | 
 | AuthenticationUserIsInactive | 4411 |  | 
 | AuthorizationMissingFolderId | 4421 |  | 
 | AuthorizationMissingObjectId | 4422 |  | 
 | AuthorizationMissingPackageName | 4423 |  | 
 | AuthorizationMissingProfileName | 4424 |  | 
 | AuthorizationMissingPartyName | 4425 |  | 
 | AuthorizationBuiltInProfileName | 4440 |  | 
 | VaultIdNotFound | 4500 |  | 
 | VaultNameNotFound | 4501 |  | 
 | VaultNameAlreadyExists | 4502 |  | 
 | VaultNameBuiltIn | 4503 |  | 
 | VaultNameReferenced | 4504 |  | 
 | VaultRequestProtocolEventNotRegistered | 4505 |  | 
 | VaultNameProtocolNotAvailable | 4506 |  | 
 | SqlBridgeConfigurationError | 4600 |  | 
 | SqlBridgeOperationNotSupported | 4601 |  | 
 | SqlBridgeInvalidObjectId | 4602 |  | 
 | SqlBridgeInvalidRelationshipId | 4603 |  | 
 | SqlBridgeError | 4604 |  | 
 | QueryNameSpecificationError | 4700 |  | 
 | QueryNameRuntimeError | 4701 |  | 
 | QualificationIdNotFound | 4800 |  | 
 | QualificationNameNotFound | 4801 |  | 
 | QualificationNameAlreadyExists | 4802 |  | 
 | QualificationNameBuiltIn | 4803 |  | 
 | QualificationObjectAssignmentNotFound | 4820 |  | 
 | QualificationObjectAssignmentAlreadyExists | 4821 |  | 
 | QualificationFolderAssignmentNotFound | 4822 |  | 
 | QualificationFolderAssignmentAlreadyExists | 4823 |  | 
 | QualificationMissingFolderId | 4840 |  | 
 | QualificationMissingObjectId | 4841 |  | 
See Also