Exception: Infisical::RequestError

Inherits:
Error
  • Object
show all
Defined in:
lib/infisical/errors.rb

Overview

Raised when the request itself fails (network/timeout) before a response is received. Always raised from inside a rescue for the underlying network exception, so Ruby's built-in Exception#cause already carries it through; no need to track it ourselves.