()
| 46 | } |
| 47 | |
| 48 | func ErrorUserContainerResponseNotJSONDecodable() error { |
| 49 | return &errors.Error{ |
| 50 | Kind: ErrUserContainerResponseNotJSONDecodable, |
| 51 | Message: "invalid response from user container; response is not json decodable", |
| 52 | NoTelemetry: true, |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | func ErrorUserContainerNotReachable(err error) error { |
| 57 | return &errors.Error{ |