MCPcopy Index your code
hub / github.com/cloudspannerecosystem/spanner-cli / PrintInteractiveError

Method PrintInteractiveError

cli.go:273–275  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

271}
272
273func (c *Cli) PrintInteractiveError(err error) {
274 fmt.Fprintf(c.OutStream, "ERROR: %s\n", err)
275}
276
277func (c *Cli) PrintBatchError(err error) {
278 fmt.Fprintf(c.ErrStream, "ERROR: %s\n", err)

Callers 1

RunInteractiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected