MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / error

Function error

src/mz-deploy/src/cli/progress.rs:60–66  ·  view source on GitHub ↗

Print an error message with red X symbol.

(message: &str)

Source from the content-addressed store, hash-verified

58
59/// Print an error message with red X symbol.
60pub fn error(message: &str) {
61 info!(
62 " {} {}",
63 "✗".if_supports_color(Stream::Stderr, |t| t.red()),
64 message
65 );
66}
67
68/// Print a cargo-style action line: a 12-column right-aligned bold-green
69/// verb followed by `message`.

Callers 13

one_queryMethod · 0.85
parse_sqlMethod · 0.85
parseMethod · 0.85
bindMethod · 0.85
executeMethod · 0.85
describe_portalMethod · 0.85
fetchMethod · 0.85
send_execute_responseMethod · 0.85
send_rowsMethod · 0.85
copy_rowsMethod · 0.85
copy_from_innerMethod · 0.85
aborted_txn_errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected