MCPcopy
hub / github.com/kenn-io/msgvault / Error

Method Error

internal/gmail/client.go:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208}
209
210func (e *NotFoundError) Error() string {
211 return "not found: " + e.Path
212}
213
214// Gmail API JSON response types (unexported, used only for JSON unmarshaling).
215

Calls

no outgoing calls