API Guide
C-8 Mount Example 601355 Rev A
129 /*******************************
******/
130 VS_Error_GetFields ( errh,
131 VSID_ERROR_NUMBER,
&errnum,
132 VSID_ERROR_OBJECT,
&errobj,
133 VSID_ENDFIELD );
134
135 /*******************************
*****/
136 /* if command's error
number states */
137 /* no error, error is stored
in the */
138 /* global error code.
*/
139 /*******************************
*****/
140 if ( errnum != VSE_ERR_NONE
)
141 {
142
143 /*******************************
**/
144 /* check to see if error
was a */
145 /* VolServ error. if yes,
print a */
146 /* message to the user
stating the */
147 /* error condition.
*/
148 /*******************************
**/
149 if ( errobj ==
VSE_VOLSERV )