Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/creativeprojects/resticprofile
/ Error
Method
Error
command_error.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(c *commandError) Error() string {
24
return
c.err.Error()
25
}
26
27
func
(c *commandError) Unwrap() error {
28
return
c.err
Callers
15
runFinalShellCommands
Method · 0.45
sendMonitoring
Method · 0.45
getErrorContext
Method · 0.45
canRetryAfterRemoteLockFailure
Method · 0.45
TestLoadRemoteFilesErrorNotFound
Function · 0.45
TestLoadRemoteFilesWrongContentType
Function · 0.45
TestLoadRemoteFilesInvalidEndpoint
Function · 0.45
TestLoadRemoteFilesUnreachableServer
Function · 0.45
TestLoadRemoteFilesPathTraversalRejected
Function · 0.45
TestLoadRemoteFilesCorruptTar
Function · 0.45
TestLoadRemoteFilesInvalidManifestJSON
Function · 0.45
TestLoadRemoteFilesCancelledContext
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestLoadRemoteFilesErrorNotFound
Function · 0.36
TestLoadRemoteFilesWrongContentType
Function · 0.36
TestLoadRemoteFilesInvalidEndpoint
Function · 0.36
TestLoadRemoteFilesUnreachableServer
Function · 0.36
TestLoadRemoteFilesPathTraversalRejected
Function · 0.36
TestLoadRemoteFilesCorruptTar
Function · 0.36
TestLoadRemoteFilesInvalidManifestJSON
Function · 0.36
TestLoadRemoteFilesCancelledContext
Function · 0.36
TestSetupRemoteConfigurationHTTPError
Function · 0.36
TestSetupRemoteConfigurationMissingManifest
Function · 0.36
TestSetupRemoteConfigurationCancelledContext
Function · 0.36
TestSetupRemoteConfigurationSuccess
Function · 0.36