Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/garethgeorge/backrest
/ Error
Method
Error
internal/api/syncapi/errors.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
var
_ error = (*SyncError)(nil)
15
16
func
(e *SyncError) Error() string {
17
return
fmt.Sprintf(
"syncerror %v: %s"
, e.State, e.Message.Error())
18
}
19
20
func
(e *SyncError) Unwrap() error {
21
return
e.Message
Callers
11
RequireAuthentication
Function · 0.45
GetOperationEvents
Method · 0.45
Login
Method · 0.45
TestVerifyInvalidToken
Function · 0.45
TestHookOnErrorHandling
Function · 0.45
NewDownloadHandler
Function · 0.45
handleIndexSnapshotDownload
Function · 0.45
handleRestoreDownload
Function · 0.45
Sync
Method · 0.45
RunSync
Method · 0.45
TestGenerateKey_ReuseAndSanitization
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestVerifyInvalidToken
Function · 0.36
TestHookOnErrorHandling
Function · 0.36
TestGenerateKey_ReuseAndSanitization
Function · 0.36