Current section
Files
Jump to
Current section
Files
include/coinglecko@retry_RetryConfig.hrl
-record(retry_config, {
max_attempts :: integer(),
should_retry :: fun((coinglecko@error:coin_gecko_error()) -> boolean())
}).