ServerEventError interface
Returned when an error occurs, which could be a client problem or a server problem. Most errors are recoverable and the session will stay open, we recommend to implementors to monitor and log error messages by default.
- Extends
Inherited Properties
| event |
Property Details
error
type
The event type, must be error.
type: "error"
Property Value
"error"