Exception: Fluent::BigQuery::RetryableError

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

Constant Summary

Constants inherited from Error

Error::RETRYABLE_ERROR_REASON, Error::RETRYABLE_INSERT_ERRORS_REASON, Error::RETRYABLE_STATUS_CODE

Instance Attribute Summary

Attributes inherited from Error

#origin

Instance Method Summary collapse

Methods inherited from Error

#body, inherited, #initialize, #method_missing, #reason, retryable_error?, retryable_error_reason?, retryable_insert_errors_reason?, #status_code, wrap

Constructor Details

This class inherits a constructor from Fluent::BigQuery::Error

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Fluent::BigQuery::Error

Instance Method Details

#retryable?Boolean

Returns:

  • (Boolean)


83
84
85
# File 'lib/fluent/plugin/bigquery/errors.rb', line 83

def retryable?
  true
end