Module: MyApiClient::ErrorHandling
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- lib/my_api_client/error_handling.rb,
lib/my_api_client/error_handling/generator.rb,
lib/my_api_client/error_handling/retry_option_processor.rb
Overview
Note:
You need to define ‘class_attribute: error_handler, default: []` for the included class.
Provides ‘error_handling` as DSL.
Defined Under Namespace
Classes: Generator, RetryOptionProcessor