Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashpointProject/FlashpointUltimateUpdater
/ Error
Method
Error
types.go:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
func
(e *DownloadFailure) Error() string {
99
return
fmt.Sprintf(
"Download failure after 5 retries, retry later.\n%s"
, e.err.Error())
100
}
101
102
type
FatalDownloadFailure
struct
{
103
err error
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected