Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinode/chat
/ Error
Method
Error
server/store/types/types.go:22–24 ·
view source on GitHub ↗
Error is required by error interface.
()
Source
from the content-addressed store, hash-verified
20
21
// Error is required by error interface.
22
func
(s StoreError) Error() string {
23
return
string(s)
24
}
25
26
const
(
27
// ErrInternal means DB or other internal failure.
Callers
15
main
Function · 0.80
initTopicNewGrp
Function · 0.80
parseTLSConfig
Function · 0.80
TestDispatchHello
Function · 0.80
TestDispatchLogin
Function · 0.80
TestDispatchSubscribe
Function · 0.80
TestDispatchLeave
Function · 0.80
TestDispatchPublish
Function · 0.80
TestDispatchGet
Function · 0.80
TestDispatchSet
Function · 0.80
TestDispatchDelMsg
Function · 0.80
TestDispatchNote
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestDispatchHello
Function · 0.64
TestDispatchLogin
Function · 0.64
TestDispatchSubscribe
Function · 0.64
TestDispatchLeave
Function · 0.64
TestDispatchPublish
Function · 0.64
TestDispatchGet
Function · 0.64
TestDispatchSet
Function · 0.64
TestDispatchDelMsg
Function · 0.64
TestDispatchNote
Function · 0.64
TestDispatchAccNew
Function · 0.64
TestHandleBroadcastCall
Function · 0.64
TestHandleBroadcastInfoP2P
Function · 0.64