Skip to content

Commit

Permalink
Update event tags
Browse files Browse the repository at this point in the history
Fixes #4542
  • Loading branch information
joshkel committed Feb 5, 2025
1 parent 9aa775f commit 7065dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ The internally generated events are (identified by their `tags`):
- `pre` `error` - a pre method was executed and returned an error. Includes the execution duration, assignment key, and error.
- `internal` `error` - an HTTP 500 error response was assigned to the request.
- `internal` `implementation` `error` - an incorrectly implemented [lifecycle method](#lifecycle-methods).
- `request` `abort` `error` - the request aborted.
- `request` `closed` `error` - the request closed prematurely.
- `request` `error` `abort` - the request aborted.
- `request` `error` `close` - the request closed prematurely.
- `request` `error` - the request stream emitted an error. Includes the error.
- `request` `server` `timeout` `error` - the request took too long to process by the server. Includes the timeout configuration value and the duration.
- `state` `error` - the request included an invalid cookie or cookies. Includes the cookies and error details.
Expand Down

0 comments on commit 7065dcd

Please sign in to comment.