Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
translatableerror
2
3
type
JSONSyntaxError
struct
{
4
Err error
5
}
6
7
func
(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