MCPcopy Create free account
hub / github.com/IBM/newrelic-cli / Error

Method Error

utils/decoder.go:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187}
188
189func (e JSONSyntaxError) Error() string {
190 return fmt.Sprintf("json: line %d: %s", e.Line, e.Err.Error())
191}
192
193type YAMLSyntaxError struct {
194 err error

Callers 2

ErrorMethod · 0.45
DecodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected