Juniper / apstra-go-sdk

Go SDK for Apstra
Apache License 2.0
3 stars 0 forks source link

code changes and tests to retry when there is a mount point error #271

Closed rajagopalans closed 2 months ago

rajagopalans commented 2 months ago

Adds a new retryable error type.

Checks if the error is retryable and retries when the situation occurs.

Tests do not change.

Unfortunately, this exact situation does not occur often, so could not test this exact code path