(ctx context.Context, rw http.ResponseWriter)
| 7338 | } |
| 7339 | |
| 7340 | func writeChatUsageLimitOverrideNotFound(ctx context.Context, rw http.ResponseWriter) { |
| 7341 | httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{ |
| 7342 | Message: "Chat usage limit override not found.", |
| 7343 | }) |
| 7344 | } |
| 7345 | |
| 7346 | func writeChatUsageLimitGroupOverrideNotFound(ctx context.Context, rw http.ResponseWriter) { |
| 7347 | httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{ |
no test coverage detected