MCPcopy Index your code
hub / github.com/cortexlabs/cortex / PrintError

Function PrintError

pkg/lib/errors/message.go:26–29  ·  view source on GitHub ↗
(err error, strs ...string)

Source from the content-addressed store, hash-verified

24)
25
26func PrintError(err error, strs ...string) {
27 print.StderrPrintln(ErrorStr(err, strs...))
28 // PrintStacktrace(err)
29}
30
31func PrintErrorForUser(err error, strs ...string) {
32 print.StderrBoldFirstLine(ErrorStr(err, strs...))

Callers 4

PpjFunction · 0.92
PpyFunction · 0.92
handleJobSubmissionErrorFunction · 0.92
cluster.goFile · 0.92

Calls 2

StderrPrintlnFunction · 0.92
ErrorStrFunction · 0.85

Tested by

no test coverage detected