MCPcopy Create free account
hub / github.com/cloudspannerecosystem/spanner-cli / PrintBatchError

Method PrintBatchError

cli.go:277–279  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

275}
276
277func (c *Cli) PrintBatchError(err error) {
278 fmt.Fprintf(c.ErrStream, "ERROR: %s\n", err)
279}
280
281func (c *Cli) PrintResult(result *Result, mode DisplayMode, interactive bool) {
282 printResult(c.OutStream, result, mode, interactive, c.Verbose)

Callers 1

RunBatchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected