MCPcopy Create free account
hub / github.com/eventure/hide.client.linux / Error

Struct Error

control/json.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "encoding/json"
4
5type Error struct {
6 Code string `json:"code"`
7 Message string `json:"message,omitempty"`
8}
9
10type Result struct {
11 Result any `json:"result,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected