Exception: MintHttp::ConnectionIoError
- Inherits:
-
ConnectionError
- Object
- StandardError
- Error
- ConnectionError
- MintHttp::ConnectionIoError
- Defined in:
- lib/mint_http/errors.rb
Overview
IOError EOFError: Raised when an end-of-file condition is reached, often indicating that the connection was closed by the peer during reading. Errno::EPIPE: Writing to a closed socket results in this error, indicating a “broken pipe.” Errno::EIO: Input/output error, typically indicating an issue with reading or writing to the socket due to a system-level error.