⚠️ Raised when Mechanize encounters an error while reading the response body from the server. Contains the response headers and the response body up to the error along with the initial error.
| Use Case | Command | Description |
|---|---|---|
| Handle response read error | rescue Mechanize::ResponseReadError => e |
Catch the error and access response/body |
| Access error response | e.response |
Get the HTTP response object |
| Access error body | e.body_io |
Get the IO object for the response body |
| Force parse after error | e.force_parse |
Force parsing of the response body |
| Get original error | e.error |
Get the underlying IO error |
| Get URI | e.uri |
Get the URI of the request |
newbody_ioerrorforce_parsemechanizeresponseuriattr_reader body_ioattr_reader errorattr_reader mechanizeattr_reader responseattr_reader uriGenerated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 16:41 @216.73.216.194
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format