Get Errno
Set Errno
Detailed Description
Get and set data in a Globus Errno Error object.
This section defines operations for accessing and modifying data in a Globus Errno Error object.
Function Documentation
Retrieve the system errno from a errno error object.
- Parameters:
-
error | The error from which to retrieve the errno |
- Returns:
- The errno stored in the object
Set the errno in a errno error object.
- Parameters:
-
error | The error object for which to set the errno |
system_errno | The system errno |
- Returns:
- void