(body string, statusCode int)
| 100 | } |
| 101 | |
| 102 | func 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 | } |
no test coverage detected