☰
faraday 2.13.1 documentation

Class and Module Index

  • Client
  • ClientTest
  • Faraday
    • Adapter
      • Parallelism
      • Test
        • Stubs
          • NotFound
    • AdapterRegistry
    • BadRequestError
    • ClientError
    • ConflictError
    • Connection
    • ConnectionFailed
    • DecodeMethods
    • EncodeMethods
    • Error
    • FlatParamsEncoder
    • ForbiddenError
    • InitializationError
    • Logging
      • Formatter
    • Middleware
    • MiddlewareRegistry
    • NestedParamsEncoder
    • NilStatusError
    • Options
    • ParsingError
    • ProxyAuthError
    • RackBuilder
      • Handler
      • StackLocked
    • Request
      • Authorization
      • Instrumentation
      • Json
      • UrlEncoded
    • RequestTimeoutError
    • ResourceNotFound
    • Response
      • Json
      • Logger
      • RaiseError
    • SSLError
    • ServerError
    • TimeoutError
    • TooManyRequestsError
    • UnauthorizedError
    • UnprocessableEntityError
    • Utils
      • Headers
      • ParamsHash

Pages

  • CHANGELOG
  • LICENSE
  • README
  • UPGRADING
  • bin
    • setup
    • test
  • external.yaml
  • docs
    • README
    • _sidebar
    • index
    • parallel-requests
    • streaming
    • testing
    • index
    • net-http
    • test-adapter
    • parallel-requests
    • streaming-responses
    • connection-options
    • index
    • proxy-options
    • request-options
    • ssl-options
    • env-object
    • errors
    • index.html
    • index
    • custom-middleware
    • authentication
    • index
    • instrumentation
    • json
    • logging
    • raising-errors
    • url-encoding
    • index
  • package-lock.json
  • package.json

Generated by RDoc 6.12.0. Validate

RoRvsWild theme based on Darkfish.

class Faraday::ResourceNotFound

Raised by Faraday::Response::RaiseError in case of a 404 response.

Ancestors

  • Faraday::ClientError
    • Faraday::Error
      • StandardError