Skip to main content

create_code_with_retry

Function create_code_with_retry 

Source
async fn create_code_with_retry(
    client: &Client,
    service: &str,
    req: &CreateCodeRequest,
    timeout: Duration,
) -> Result<String>
Expand description

POST /code with exponential backoff on transient errors, bounded by timeout.