Functions in this section handle translating GRAM error codes to strings which can help the user diagnose GRAM problems. More...
![]() |
Functions in this section handle translating GRAM error codes to strings which can help the user diagnose GRAM problems.
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.
error_code | The error code to look up. |
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.
message | The new message to be associated with error code 7. |
about globus |
globus toolkit |
dev.globus
Comments? webmaster@globus.org