View Source FLHook.SocketError exception (FLHook Client v2.0.0)

An error that indicates that the socket connection has a problem.

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

@type t() :: %FLHook.SocketError{
  __exception__: true,
  reason: :closed | :timeout | :inet.posix()
}

Link to this section Functions

Callback implementation for Exception.message/1.