nn::nex::DOCoreErrorCode::ErrorCode Enumerated Type

Syntax

enum ErrorCode;

Value

Value Description
StationNotReached The call did not reach the target station.
TargetStationDisconnect The call was executed, but the connection with the target station was cut before a response was returned.
LocalStationLeaving The call was executed, but the local station is leaving the session so the response will not be received.
ObjectNotFound The object that is the call target cannot be found in the target station.
InvalidRole The object was found, but its role is different than expected. This might occur, for example, when the TargetObjectMustBeMaster flag has been set to an RMC, but the RMC is called for a duplica rather than for a duplication master.
CallTimeout The call failed because the call process could not be completed within the configured timeout time.
RMCDispatchFailed Execution of the RMC method failed. This error may occur when there is a conflict in DDL versions on the RMC calling and called sides. This result is only valid when the context is RMCContext.
MigrationInProgress The object is in the process of migrating. This result is only valid when the context is MigrationContext.
NoAuthority The object has been found. However, although the TargetObjectMustHaveAuthority flag has been set, the object does not have that authority. To read details about object authority, see DuplicatedObjectHasAuthority.
NoTargetStationSpecified No station has been specified as the target for this call.
JoinFailed The call to JoinSession has failed.
JoinDenied The call to JoinSession has been denied.
ConnectivityTestFailed JoinSession failed because the connection test failed.
Unknown An unknown call result.
UnfreedReferences Objects are in the process of being destroyed, and a number of references or selection iterators are still pointing to a duplicated object that is supposed to be destroyed. Use the DORefTraceReferences function to find the references or iterators that are the cause of the problem.
JobTerminationFailed This error indicates that the finalization process for JobTerminateFacade could not be completed. The severity is classified as SEVERITY_CRITICAL, but this can be handled by reinitializing NEX objects (like NetZ and NGS) and memory allocators.
InvalidState Error generated internally in the DuplicatedObject class. If this error occurs, you need to initialize the NetZ object.
FaultRecoveryFatal This error indicates that the fault-recovery process has failed to start.
FaultRecoveryJobProcessFailed This error indicates a failure during the fault-recovery process.
StationInconsistency This error indicates that the number of stations remains different from the state in the session master.
AbnormalMasterState This error indicates that an unrecoverable error has occurred, such as the existence of duplicate session masters.
VersionMismatch This error indicates that communication with the host is not possible because the application versions or NetZ versions are different and therefore not compatible.

Description

Error codes for the DOCore module.

Revision History

2013/03/08
Corrected the spelling of "VersionMismatch" (which had been written as VersionMissmatch).
2012/01/26
Initial version.

CONFIDENTIAL