MCPcopy
hub / github.com/gopherdata/gophernotes / Error

Method Error

messages.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56type InvalidSignatureError struct{}
57
58func (e *InvalidSignatureError) Error() string {
59 return "A message had an invalid signature"
60}
61
62// WireMsgToComposedMsg translates a multipart ZMQ messages received from a socket into
63// a ComposedMsg struct and a slice of return identities. This includes verifying the

Callers 2

makeDataErrFunction · 0.80
handleExecuteRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected