Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NoRetryError ¶
type NoRetryError struct {
// contains filtered or unexported fields
}
func NewNoRetryError ¶
func NewNoRetryError(msg string) *NoRetryError
func NewNoRetryErrorf ¶
func NewNoRetryErrorf(format string, v ...interface{}) *NoRetryError
func (*NoRetryError) Error ¶
func (e *NoRetryError) Error() string
func (*NoRetryError) Unwrap ¶
func (e *NoRetryError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.