MCPcopy Create free account
hub / github.com/basecamp/hey-cli / ErrorResponse

Struct ErrorResponse

internal/output/envelope.go:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12type ErrorResponse struct {
13 OK bool `json:"ok"`
14 Error string `json:"error"`
15 Code string `json:"code"`
16 Hint string `json:"hint,omitempty"`
17 Meta map[string]any `json:"meta,omitempty"`
18}
19
20type Breadcrumb struct {
21 Action string `json:"action"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected