MCPcopy
hub / github.com/cenkalti/backoff / Error

Method Error

error.go:93–93  ·  view source on GitHub ↗

Error returns the wrapped error's message.

()

Source from the content-addressed store, hash-verified

91
92// Error returns the wrapped error's message.
93func (e *permanent) Error() string { return e.err.Error() }
94
95// Unwrap returns the wrapped error.
96func (e *permanent) Unwrap() error { return e.err }

Callers 11

TestTickerFunction · 0.45
TestTickerStopFunction · 0.45
TestRetryFunction · 0.45
TestRetryWithDataFunction · 0.45
TestRetryContextFunction · 0.45
TestRetryNotifyFunction · 0.45
TestRetryAfterErrorFunction · 0.45
TestRetryErrorStringFunction · 0.45
TestConstantBackOffFunction · 0.45
TestBackOffFunction · 0.45

Calls

no outgoing calls

Tested by 11

TestTickerFunction · 0.36
TestTickerStopFunction · 0.36
TestRetryFunction · 0.36
TestRetryWithDataFunction · 0.36
TestRetryContextFunction · 0.36
TestRetryNotifyFunction · 0.36
TestRetryAfterErrorFunction · 0.36
TestRetryErrorStringFunction · 0.36
TestConstantBackOffFunction · 0.36
TestBackOffFunction · 0.36