File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments