#include "globus_i_dsi_rest.h"Functions | |
| bool | globus_dsi_rest_error_is_retryable (globus_result_t result) |
| Check if an error is transient. More... | |
Check if error is transient error
| bool globus_dsi_rest_error_is_retryable | ( | globus_result_t | result | ) |
Check if an error is transient.
This function checks whether the error object referenced by result is a potentially transient network error. It returns true if the result does not seem to indicate a non-recoverable error.
| [in] | result | The result to check to see if the error might be handled by retrying the operation. |
1.8.7