PreviousNext

DS_C_ABANDON_FAILED

An instance of OM class DS_C_ABANDON_FAILED reports a problem encountered during an attempt to abandon an operation.

An application is not permitted to create or modify instances of this OM class. An instance of this OM class has the OM attributes of its superclasses, OM_C_OBJECT and DS_C_ERROR, and no additional OM attributes.

The OM attribute DS_PROBLEM, which is inherited from the superclass DS_C_ERROR, identifies the problem. Its value is one of the following:

· DS_E_CANNOT_ABANDON

· DS_E_NO_SUCH_OPERATION

· DS_E_TOO_LATE

A ds_abandon( ) XDS call always returns a DS_E_TOO_LATE error for the DS_C_ABANDON_FAILED OM class. Refer to XDS Interface Description for information on abandoning directory operations.