Class: Faraday::HttpSignature::VerifyError
- Inherits:
-
Error
- Object
- Error
- Faraday::HttpSignature::VerifyError
- Defined in:
- lib/faraday/http_signature/middleware.rb
Overview
Raised when HTTP response signature verification fails in strict mode.
Inherits from Error so that standard Faraday error handling
(e.g. rescue Faraday::Error) catches verification failures.
The original Linzer::VerifyError is preserved as #wrapped_exception
and the Response is available via #response.