``` Phoenix message: { event = "phx_reply", topic = "rooms:lobby", payload = { status = "error", response = { reason = "join crashed" } }, ref = Just 0 } ``` The channel should correctly transition to `Errored` state.
The channel should correctly transition to
Erroredstate.