mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
Generated
+1
@@ -833,6 +833,7 @@ curl -X GET http://coder-server:8080/api/v2/workspaceagents/{workspaceagent}/con
|
||||
}
|
||||
},
|
||||
"dirty": true,
|
||||
"error": "string",
|
||||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
|
||||
"name": "string",
|
||||
"status": "running",
|
||||
|
||||
Generated
+3
@@ -8554,6 +8554,7 @@ If the schedule is empty, the user will be updated to use the default schedule.|
|
||||
}
|
||||
},
|
||||
"dirty": true,
|
||||
"error": "string",
|
||||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
|
||||
"name": "string",
|
||||
"status": "running",
|
||||
@@ -8569,6 +8570,7 @@ If the schedule is empty, the user will be updated to use the default schedule.|
|
||||
| `config_path` | string | false | | |
|
||||
| `container` | [codersdk.WorkspaceAgentContainer](#codersdkworkspaceagentcontainer) | false | | |
|
||||
| `dirty` | boolean | false | | |
|
||||
| `error` | string | false | | |
|
||||
| `id` | string | false | | |
|
||||
| `name` | string | false | | |
|
||||
| `status` | [codersdk.WorkspaceAgentDevcontainerStatus](#codersdkworkspaceagentdevcontainerstatus) | false | | Additional runtime fields. |
|
||||
@@ -8710,6 +8712,7 @@ If the schedule is empty, the user will be updated to use the default schedule.|
|
||||
}
|
||||
},
|
||||
"dirty": true,
|
||||
"error": "string",
|
||||
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
|
||||
"name": "string",
|
||||
"status": "running",
|
||||
|
||||
Reference in New Issue
Block a user