ConnectionError | R Documentation |
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.
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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.