Exception: Fluent::BigQuery::Writer::RetryableError
- Defined in:
- lib/fluent/plugin/bigquery/writer.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
#initialize, #method_missing, #reason, #status_code
Constructor Details
This class inherits a constructor from Fluent::BigQuery::Writer::Error
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Fluent::BigQuery::Writer::Error
Instance Method Details
#retryable? ⇒ Boolean
38 39 40 |
# File 'lib/fluent/plugin/bigquery/writer.rb', line 38 def retryable? true end |