Skip to content

Commit 33a896f

Browse files
joshkelMarsup
authored andcommitted
Update event tags
Fixes #4542
1 parent eb3d60a commit 33a896f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,8 +559,8 @@ The internally generated events are (identified by their `tags`):
559559
- `pre` `error` - a pre method was executed and returned an error. Includes the execution duration, assignment key, and error.
560560
- `internal` `error` - an HTTP 500 error response was assigned to the request.
561561
- `internal` `implementation` `error` - an incorrectly implemented [lifecycle method](#lifecycle-methods).
562-
- `request` `abort` `error` - the request aborted.
563-
- `request` `closed` `error` - the request closed prematurely.
562+
- `request` `error` `abort` - the request aborted.
563+
- `request` `error` `close` - the request closed prematurely.
564564
- `request` `error` - the request stream emitted an error. Includes the error.
565565
- `request` `server` `timeout` `error` - the request took too long to process by the server. Includes the timeout configuration value and the duration.
566566
- `state` `error` - the request included an invalid cookie or cookies. Includes the cookies and error details.

0 commit comments

Comments
 (0)