Quiz 10 Question 2 of 20

A team is implementing a streaming response handler in Python. They observe that occasionally an event arrives with event: 'error' and the stream terminates. The current code does not handle this event type and the application crashes. What is the complete set of SSE event types that a robust streaming handler must handle?

Select an answer to reveal the explanation.

Motivation