PreviousNext

Return Codes

XDS API function calls return a value of type DS_status, the exception being ds_initialize( ) which returns a value of type OM_workspace. If the function is successful, then DS_status returns with a value of DS_SUCCESS. If the function does not complete successfully, then DS_status takes either the error constant DS_NO_WORKSPACE or one of the private error objects described in XDS Class Definitions.