MCPcopy
hub / github.com/cortexlabs/cortex / ErrorOperatorResponseUnknown

Function ErrorOperatorResponseUnknown

cli/cluster/errors.go:95–100  ·  view source on GitHub ↗
(body string, statusCode int)

Source from the content-addressed store, hash-verified

93}
94
95func ErrorOperatorResponseUnknown(body string, statusCode int) error {
96 return errors.WithStack(&errors.Error{
97 Kind: ErrOperatorResponseUnknown,
98 Message: fmt.Sprintf("unexpected response from operator (status code %d): %s", statusCode, body),
99 })
100}
101
102func ErrorOperatorStreamResponseUnknown(body string, statusCode int) error {
103 return errors.WithStack(&errors.Error{

Callers 1

makeOperatorRequestFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected