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 9e67766 commit 412df32Copy full SHA for 412df32
src/content/docs/logs/reference/log-fields/account/workers_trace_events.md
@@ -61,18 +61,7 @@ List of console messages emitted during the invocation.
61
62
Type: `string`
63
64
-The outcome of the Worker script invocation. <br />The possible values for `Outcome` are:
65
-
66
-* `ok`
67
-* `exception`
68
-* `exceededCpu`
69
-* `killSwitch`
70
-* `daemonDown`
71
-* `scriptNotFound`
72
-* `canceled`
73
-* `exceededMemory`
74
-* `loadShed`
75
-* `responseStreamDisconnected`
+The outcome of the Worker script invocation. <br />Possible values are <em>ok</em> \| <em>exception</em>.
76
77
## ScriptName
78
0 commit comments