Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetryableError ¶
type RetryableError struct {
// contains filtered or unexported fields
}
func NewRetryableError ¶
func NewRetryableError(err error) *RetryableError
func NewUnretryableError ¶
func NewUnretryableError(err error) *RetryableError
func (*RetryableError) Error ¶
func (e *RetryableError) Error() string
func (*RetryableError) IsRetryable ¶
func (e *RetryableError) IsRetryable() bool
func (*RetryableError) Unwrap ¶
func (e *RetryableError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.