()
| 38 | } |
| 39 | |
| 40 | func ErrorUserContainerResponseMissingJSONHeader() error { |
| 41 | return &errors.Error{ |
| 42 | Kind: ErrUserContainerResponseMissingJSONHeader, |
| 43 | Message: "invalid response from user container; response content type header is not 'application/json'", |
| 44 | NoTelemetry: true, |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | func ErrorUserContainerResponseNotJSONDecodable() error { |
| 49 | return &errors.Error{ |