Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
func
(c *Cli) PrintInteractiveError(err error) {
274
fmt.Fprintf(c.OutStream,
"ERROR: %s\n"
, err)
275
}
276
277
func
(c *Cli) PrintBatchError(err error) {
278
fmt.Fprintf(c.ErrStream,
"ERROR: %s\n"
, err)
Callers
1
RunInteractive
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected