Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/distributed/sers
/ Error
Method
Error
sers.go:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
type
StringError string
134
135
func
(se StringError) Error() string {
136
return
string(se)
137
}
138
139
type
ParameterError
struct
{
140
Parameter string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected