shouldRetryRequest(context)

Note:

To access the LATAM E-Document Certification SuiteApp documentation in Brazilian Portuguese (Português do Brasil), see LATAM E-Document Certification.

Example
              function shouldRetryRequest(context) {
        return context.response == null || context.response.code != "200";
    }

}; 

        

General Notices