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

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

Summary

Functions

Callback implementation for Exception.message/1.

Types

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

Functions

Callback implementation for Exception.message/1.