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

Function ErrorOperatorStreamResponseUnknown

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

Source from the content-addressed store, hash-verified

100}
101
102func ErrorOperatorStreamResponseUnknown(body string, statusCode int) error {
103 return errors.WithStack(&errors.Error{
104 Kind: ErrOperatorStreamResponseUnknown,
105 Message: fmt.Sprintf("unexpected response from operator (status code %d): %s", statusCode, body),
106 })
107}

Callers 1

streamLogsFunction · 0.85

Calls 1

WithStackFunction · 0.92

Tested by

no test coverage detected