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

Function ErrorOperatorSocketRead

cli/cluster/errors.go:75–81  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

73}
74
75func ErrorOperatorSocketRead(err error) error {
76 return errors.WithStack(&errors.Error{
77 Kind: ErrOperatorSocketRead,
78 Message: err.Error(),
79 NoPrint: true,
80 })
81}
82
83func ErrorResponseUnknown(body string, statusCode int) error {
84 msg := body

Callers 1

handleConnectionFunction · 0.85

Calls 2

WithStackFunction · 0.92
ErrorMethod · 0.80

Tested by

no test coverage detected