CHANNEL_PUSH_ERROR
Should an error occur from the phoenix socket channel, the following redux event is dispatched. Error response after pushing data to phoenix channel.
Parameter | Description |
---|---|
type | CHANNEL_PUSH_ERROR |
channelTopic | Name of channel/Topic |
channel | Phoenix channel |
error | Phoenix channel error |
Last updated