Exception: Fluent::BigQuery::Writer::RetryableError

Inherits:
Error
  • Object
show all
Defined in:
lib/fluent/plugin/bigquery/writer.rb

Instance Attribute Summary

Attributes inherited from Error

#origin

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

Returns:

  • (Boolean)


38
39
40
# File 'lib/fluent/plugin/bigquery/writer.rb', line 38

def retryable?
  true
end