# Functions
No description provided by the author
DefaultRetryPolicy provides a default callback for Client.CheckRetry, which will retry on connection errors and server errors.
ErrorPropagatedRetryPolicy is the same as DefaultRetryPolicy, except it propagates errors back instead of returning nil.
No description provided by the author