| LifecycleErrorCode Enumeration | 
            Defines error codes for lifecycle errors.
            
 
Namespace: PDTec.IceNet.Domain.LifecycleAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic enum LifecycleErrorCode
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Unexpected | 7300 |  | 
 | InternalError | 7301 |  | 
 | LifecycleStateAlreadyExists | 7320 |  | 
 | LifecycleStateIncompatibleObjType | 7321 |  | 
 | LifecycleStatesNotOfSameLifecycle | 7322 |  | 
 | LifecycleTransitionAlreadyExists | 7323 |  | 
 | LifecycleTransitionTargetStateNotFound | 7324 |  | 
 | LifecycleableHasNoStateAssigned | 7340 |  | 
 | LifecycleActionDoesNotImplementExecutePromote | 7341 |  | 
 | TransitionRequirementDoesNotImplementExecuteVerify | 7342 |  | 
 | PromoteNoTransitionBetweenStates | 7360 |  | 
 | PromoteMultipleTransitionsBetweenStates | 7361 |  | 
 | PromoteTransitionRequirementFailed | 7362 |  | 
See Also