Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolRetryable ¶
BoolRetryable errors can be retried if the caller wants
func BoolCheck ¶
func BoolCheck(err error) (BoolRetryable, bool)
BoolCheck will give a Retryable and true if we can try again
type Retryable ¶
type Retryable interface {
Retry() error
}
Retryable errors can be retried if the caller wants
type StringError ¶
StringError is an error we can retry
func (StringError) Error ¶
func (e StringError) Error() string
type StringRetryable ¶
StringRetryable errors can be retried if the caller wants
func StringCheck ¶
func StringCheck(err error) (StringRetryable, bool)
StringCheck will give a Retryable and true if we can try again
type TimeRetryable ¶
TimeRetryable errors can be retried if the caller wants
func TimeCheck ¶
func TimeCheck(err error) (TimeRetryable, bool)
TimeCheck will give a Retryable and true if we can try again
Click to show internal directories.
Click to hide internal directories.