PreviousNext

The DS_status Return Value

Every interface function returns a DS_status value, which is either the constant DS_SUCCESS or an error. Errors are represented by private objects whose OM class is a subclass of DS_C_ERROR. Details of all errors are given in XDS Class Definitions.

Other results of functions are not valid unless the status result has the value DS_SUCCESS.