MCPcopy
hub / github.com/cloudfoundry/cli / JSONSyntaxError

Struct JSONSyntaxError

command/translatableerror/json_syntax_error.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package translatableerror
2
3type JSONSyntaxError struct {
4 Err error
5}
6
7func (e JSONSyntaxError) Error() string {
8 return "Invalid JSON content from server: {{.Err}}"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected