Skip to content

ConnectionFailedTimerError

[Source]

The connection was aborted because the connect timer's ASIO event subscription failed. This is distinct from ConnectionFailedTimeout — the timeout didn't expire, the underlying timer could not be created (e.g. ENOMEM on kqueue/epoll).

primitive val ConnectionFailedTimerError

Constructors

create

[Source]

new val create()
: ConnectionFailedTimerError val^

Returns


Public Functions

eq

[Source]

fun box eq(
  that: ConnectionFailedTimerError val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: ConnectionFailedTimerError val)
: Bool val

Parameters

Returns