Documentation ¶
Overview ¶
Package retryhttp configures retryablehttp.Client with sane defaults and defines its retry policy.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NonRetryableError ¶
type NonRetryableError struct{ Err error }
NonRetryableError signifies to the retryablehttp.Client that the request should not be retired.
func (NonRetryableError) Error ¶
func (n NonRetryableError) Error() string
Click to show internal directories.
Click to hide internal directories.