Exception: Dadata::TimeoutError

Inherits:
ConnectionError show all
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.