ConnectionError: Connection Errors

View source: R/connections.R

ConnectionErrorR Documentation

Connection Errors

Description

Connection Errors

Raised when a connection is reset by the peer. Corresponds to errno ECONNRESET.

Raised when a connection attempt is refused by the peer. Corresponds to errno ECONNREFUSED.

Rraised when a connection attempt is aborted by the peer. Corresponds to errno ECONNABORTED.

Usage

ConnectionError(message = "Connection error", ..., class = NULL, call = NULL)

ConnectionResetError(
  message = "Connection reset by peer",
  ...,
  class = NULL,
  call = NULL
)

ConnectionRefusedError(
  message = "Connection refused by peer",
  ...,
  class = NULL,
  call = NULL
)

ConnectionAbortedError(
  message = "Connection aborted by peer",
  ...,
  class = NULL,
  call = NULL
)

s-fleck/exceptions documentation built on May 18, 2022, 10:57 a.m.