MCPcopy 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
90func (e *BrokenResumableState) Error() string {
91 return fmt.Sprintf("Broken resumable state found, must use a new index\n%s", e.err.Error())
92}
93
94type DownloadFailure struct {
95 err error

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected