tai v0.0.21 Tai.WebSocket
Link to this section Summary
Link to this section Types
Link to this type
errors()
errors()
errors() ::
%WebSockex.FrameEncodeError{
__exception__: term(),
close_code: term(),
frame_payload: term(),
frame_type: term(),
reason: term()
}
| %WebSockex.ConnError{__exception__: term(), original: term()}
| %WebSockex.NotConnectedError{
__exception__: term(),
connection_state: term()
}
| %WebSockex.InvalidFrameError{__exception__: term(), frame: term()}
errors() :: %WebSockex.FrameEncodeError{ __exception__: term(), close_code: term(), frame_payload: term(), frame_type: term(), reason: term() } | %WebSockex.ConnError{__exception__: term(), original: term()} | %WebSockex.NotConnectedError{ __exception__: term(), connection_state: term() } | %WebSockex.InvalidFrameError{__exception__: term(), frame: term()}
Link to this section Functions
Link to this function
send_json_msg(pid, msg)
Link to this function