Versions in this module Expand all Collapse all v0 v0.5.0 Aug 12, 2025 v0.4.0 Jun 9, 2025 Changes in this version + type NonRecoverableError struct + func NewNonRecoverableError(msg string, err error) *NonRecoverableError + func (e NonRecoverableError) Error() string + func (e NonRecoverableError) ShouldRetry() bool + type RecoverableError struct + func NewRecoverableError(msg string, err error) *RecoverableError + func (e RecoverableError) Error() string + func (e RecoverableError) ShouldRetry() bool + type RetryableError interface + ShouldRetry func() bool