LifecycleErrorCode Enumeration |
Defines error codes for lifecycle errors.
Namespace:
PDTec.IceNet.Domain.Lifecycle
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public 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