Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlashpointProject/FlashpointUltimateUpdater
/ Error
Method
Error
types.go:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
func
(e *BrokenResumableState) Error() string {
91
return
fmt.Sprintf(
"Broken resumable state found, must use a new index\n%s"
, e.err.Error())
92
}
93
94
type
DownloadFailure
struct
{
95
err error
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected