Exception: Quonfig::SSEConfigClient::SSEHTTPTerminalError
- Inherits:
-
SSEHTTPStatusError
- Object
- StandardError
- SSEHTTPStatusError
- Quonfig::SSEConfigClient::SSEHTTPTerminalError
- Defined in:
- lib/quonfig/sse_config_client.rb
Overview
qfg-i5xv: terminal HTTP failures the SDK will not retry. 401 = bad key, 403 = revoked workspace permission, 404 = wrong endpoint / missing workspace. A subclass of SSEHTTPStatusError so existing on_error callbacks that only check ‘is_a?(SSEHTTPStatusError)` keep working, while customers that want to distinguish (alerting, OpenFeature provider error events) can dispatch on the subclass.
Instance Attribute Summary
Attributes inherited from SSEHTTPStatusError
Method Summary
Methods inherited from SSEHTTPStatusError
Constructor Details
This class inherits a constructor from Quonfig::SSEConfigClient::SSEHTTPStatusError