We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c21bd7 commit 56e85f5Copy full SHA for 56e85f5
src/experiments.rs
@@ -12,6 +12,7 @@ string_enum!(pub enum Status {
12
Queued => "queued",
13
Running => "running",
14
NeedsReport => "needs-report",
15
+ Failed => "failed",
16
GeneratingReport => "generating-report",
17
ReportFailed => "report-failed",
18
Completed => "completed",
0 commit comments