Exception: Dadata::TimeoutError
- Inherits:
-
ConnectionError
- Object
- StandardError
- Error
- ConnectionError
- Dadata::TimeoutError
- Defined in:
- lib/dadata/api_exceptions.rb
Overview
Raised when the request exceeds the configured timeout. A ConnectionError so callers that rescue ConnectionError keep working; rescue TimeoutError first when distinct handling is needed.