.TH "globus_gss_assist_display" 3 "Wed Feb 27 2019" "Version 12.2" "globus_gss_assist" \" -*- nroff -*- .ad l .nh .SH NAME globus_gss_assist_display \- Display Error Status from a GSSAPI Result\&. .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "OM_uint32 \fBglobus_gss_assist_display_status\fP (FILE *fp, char *comment, OM_uint32 major_status, OM_uint32 minor_status, int token_status)" .br .ti -1c .RI "OM_uint32 \fBglobus_gss_assist_display_status_str\fP (char **str, char *comment, OM_uint32 major_status, OM_uint32 minor_status, int token_status)" .br .in -1c .SH "Detailed Description" .PP Display Error Status from a GSSAPI Result\&. The functions in this section convert a GSSAPI result code into a message\&. .SH "Function Documentation" .PP .SS "OM_uint32 globus_gss_assist_display_status (FILE * fp, char * comment, OM_uint32 major_status, OM_uint32 minor_status, int token_status)" Display the messages for the major and minor status on the file pointed at by fp\&. Takes care of the overloaded major_status if there was a problem with the get_token or send_token routines\&. .PP \fBParameters:\fP .RS 4 \fIfp\fP a file pointer .br \fIcomment\fP String to print out before other error messages\&. .br \fImajor_status\fP The major status to display .br \fIminor_status\fP The minor status to display .br \fItoken_status\fP token status to display .RE .PP \fBReturns:\fP .RS 4 0 .RE .PP .SS "OM_uint32 globus_gss_assist_display_status_str (char ** str, char * comment, OM_uint32 major_status, OM_uint32 minor_status, int token_status)" Display the messages for the major and minor status and return a string with the messages\&. Takes care of the overloaded major_status if there was a problem with the get_token or send_token routines\&. .PP \fBParameters:\fP .RS 4 \fIstr\fP pointer to char * for returned string\&. Must be freed .br \fIcomment\fP String to print out before other error messages\&. .br \fImajor_status\fP The major status to display .br \fIminor_status\fP The minor status to display .br \fItoken_status\fP token status to display .RE .PP \fBReturns:\fP .RS 4 0 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus_gss_assist from the source code\&.