Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsTemporaryError ¶
Types ¶
type TemporaryError ¶
type TemporaryError struct {
// contains filtered or unexported fields
}
func AsTemporaryError ¶
func AsTemporaryError(err error, context string, args ...interface{}) *TemporaryError
func NewTemporaryError ¶
func NewTemporaryError(msg string, args ...interface{}) *TemporaryError
func (TemporaryError) Error ¶
func (te TemporaryError) Error() string
func (TemporaryError) Temporary ¶
func (TemporaryError) Temporary() bool
Click to show internal directories.
Click to hide internal directories.