feat(site): display devcontainer start error (#18637)

Fixes https://github.com/coder/internal/issues/705

Surface errors on the UI when a devcontainer agent is unable to be
injected.
This commit is contained in:
Danielle Maywood
2025-06-30 21:34:29 +01:00
committed by GitHub
parent fc7700a62f
commit 4756080eb2
12 changed files with 325 additions and 5 deletions

3
coderd/apidoc/docs.go generated
View File

@ -16997,6 +16997,9 @@ const docTemplate = `{
"dirty": {
"type": "boolean"
},
"error": {
"type": "string"
},
"id": {
"type": "string",
"format": "uuid"