ErrLookup › lostisland/faraday
lostisland/faraday
Simple, but flexible HTTP client library, with support for multiple backends. · Ruby · 33 source files
Analyzed at b25b1b26cc on 2026-08-21. 12 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Expected :read, :write, :open. Got #{type.inspect} :( | exception | error | ruby, faraday, adapter, timeout, argumenterror, custom-adapter |
| no stubbed request for #{env[:method]} #{env[:url]} #{env[:b | exception | error | ruby, faraday, test-adapter, stubs, mocking, rspec, testing |
| unknown http method: #{method} | exception | error | ruby, faraday, http-method, argumenterror, whitelist, webdav |
| Can't convert #{params.class} into Hash. | exception | error | ruby, faraday, params, query-string, typeerror, flat-params-encoder |
| Can't convert #{params.class} into Hash. | exception | error | ruby, faraday, params, nested-params, query-string, typeerror |
| expected #{value_type.name} (got #{context[subkey].class.nam | exception | error | ruby, faraday, nested-params, query-string, typeerror, parsing, untrusted-input |
| exceeded nested parameter depth limit of #{@param_depth_limi | exception | error | ruby, faraday, nested-params, depth-limit, dos-protection, untrusted-input |
| #memoized must be called with a block | exception | error | ruby, faraday, options, dsl, internal-api, argumenterror, metaprogramming |
| can't modify middleware stack after making a request | exception | error | ruby, faraday, middleware, rack-builder, immutability, connection-lifecycle |
| An attempt to run a request with a Faraday::Connection witho | exception | critical | ruby, faraday, adapter, configuration, connection-setup, faraday-2 |
| Unexpected params received (got #{params.size} instead of 1) | exception | error | ruby, faraday, authorization, middleware, authentication, argumenterror |
| bad argument (expected URI object or URI string) | exception | error | ruby, faraday, url, uri-parsing, argumenterror, configuration |