Skip to content

Commit 5d60a1d

Browse files
update status codes
1 parent 36461e6 commit 5d60a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/monitor-history/status-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Every Run has a status which indicates whether it completed successfully.
3333
| Failed | 🔴 | RangeError | No | Calling `state.patients[5]` when only 2 patients exist |
3434
| Crashed | 🟠 | SyntaxError | Yes | You've got some bad JavaScript and the worker cannot compile your job code |
3535
| Crashed | 🟠 | ReferenceError | Yes | You've got an undeclared variable in your job code |
36-
| Cancelled || | Yes | A user aborted the execution |
36+
| Cancelled || | Yes | The run had been enqueued but was manually removed from the queue |
3737
| Killed | 🟡 | SecurityError | Yes | Your code failed security checks, e.g. tried to use `eval` |
3838
| Killed | 🟡 | ImportError | Yes | You tried to import external module that we don't allow |
3939
| Killed | 🟡 | OomError | Yes | Your run used more memory than allowed by the Lightning instance |

0 commit comments

Comments
 (0)