.TH "Error Data Accessors and Modifiers" 3 "Sat Nov 8 2014" "Version 15.26" "globus_common" \" -*- nroff -*- .ad l .nh .SH NAME Error Data Accessors and Modifiers \- .SS "Get Errno" .in +1c .ti -1c .RI "int \fBglobus_error_errno_get_errno\fP (globus_object_t *error)" .br .in -1c .SS "Set Errno" .in +1c .ti -1c .RI "void \fBglobus_error_errno_set_errno\fP (globus_object_t *error, const int system_errno)" .br .in -1c .SH "Detailed Description" .PP Get and set data in a Globus Errno Error object\&. .PP This section defines operations for accessing and modifying data in a Globus Errno Error object\&. .SH "Function Documentation" .PP .SS "int globus_error_errno_get_errno (globus_object_t *error)" Retrieve the system errno from a errno error object\&. .PP \fBParameters:\fP .RS 4 \fIerror\fP The error from which to retrieve the errno .RE .PP \fBReturns:\fP .RS 4 The errno stored in the object .RE .PP .SS "void globus_error_errno_set_errno (globus_object_t *error, const intsystem_errno)" Set the errno in a errno error object\&. .PP \fBParameters:\fP .RS 4 \fIerror\fP The error object for which to set the errno .br \fIsystem_errno\fP The system errno .RE .PP \fBReturns:\fP .RS 4 void .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_common from the source code\&.