Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RetryableError ¶ added in v0.7.1
type RetryableError struct {
// contains filtered or unexported fields
}
RetryableError is the error returned by callback function under Retry. for RetryableError errors can be handled by shouldRetry func
func NewRetryableError ¶ added in v0.7.1
func NewRetryableError(err error) *RetryableError
func (*RetryableError) Error ¶ added in v0.7.1
func (r *RetryableError) Error() string
func (*RetryableError) GetError ¶ added in v0.7.1
func (r *RetryableError) GetError() error
Click to show internal directories.
Click to hide internal directories.