MCPcopy 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
98func (e *DownloadFailure) Error() string {
99 return fmt.Sprintf("Download failure after 5 retries, retry later.\n%s", e.err.Error())
100}
101
102type FatalDownloadFailure struct {
103 err error

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected