Exception: VisionAPI::SyncTimeoutError

Inherits:
APIError
  • Object
show all
Defined in:
lib/vision_api/errors.rb

Overview

504 — past the 60 s synchronous limit.

Retrying synchronously will time out again. Re-submit through Client#analyze_async — that is what details means by "async".

Constant Summary

Constants inherited from APIError

APIError::RETRYABLE_CODES

Instance Attribute Summary

Attributes inherited from APIError

#code, #details, #headers, #request_id, #status

Method Summary

Methods inherited from APIError

#initialize, #retryable?

Constructor Details

This class inherits a constructor from VisionAPI::APIError