SOCKET_ERROR

Should an error occur from the phoenix socket, the following redux event is dispatched

import { socketActionTypes } from '@trixtateam/phoenix-to-redux';
const { SOCKET_ERROR } = socketActionTypes;
ParameterDescription

type

SOCKET_ERROR

error

Error response from socket

domainKey

endpoint url without socket details or protocol

socketState

Connection state of socket

Last updated

Copyright (c) 2020 Trixta Inc