Error Translation
[Functions]

Functions in this section handle translating GRAM error codes to strings which can help the user diagnose GRAM problems. More...

Collaboration diagram for Error Translation:

Functions


Detailed Description

Functions in this section handle translating GRAM error codes to strings which can help the user diagnose GRAM problems.


Function Documentation

const char* globus_gram_protocol_error_string ( int  error_code  ) 

Error code translation.

This function takes the error code value and returns the associated error code string. The string is statically allocated by the Globus GRAM Protocol library and should not be modified or freed.

Parameters:
error_code The error code to look up.
Returns:
An error string containing the reason for the error. The error string is written to be used in the context "[operation] failed because [error_string]".
void globus_gram_protocol_error_7_hack_replace_message ( const char *  message  ) 

GSI specific error code hack.

This function creates a custom version of the error message for the error GLOBUS_GRAM_PROTOCOL_ERROR_AUTHORIZATION. This function should really only used by the GRAM client library.

Parameters:
message The new message to be associated with error code 7.

about globus | globus toolkit | dev.globus

Comments? webmaster@globus.org