Module: Errno
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/webrick-1.7.0/lib/webrick/compat.rb
Overview
System call error module used by webrick for cross platform compatibility.
- EPROTO
-
protocol error
- ECONNRESET
-
remote host reset the connection request
- ECONNABORTED
-
Client sent TCP reset (RST) before server has accepted the connection requested by client.
Defined Under Namespace
Classes: ECONNABORTED, ECONNRESET, EPROTO