globus_connect_gridftp_server  15.89
Functions
error_is_retryable.c File Reference
#include "globus_i_dsi_rest.h"
Include dependency graph for error_is_retryable.c:

Functions

bool globus_dsi_rest_error_is_retryable (globus_result_t result)
 Check if an error is transient. More...
 

Detailed Description

Check if error is transient error

Function Documentation

◆ globus_dsi_rest_error_is_retryable()

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.

Parameters
[in]resultThe result to check to see if the error might be handled by retrying the operation.