ol.llx.ai.errors
platforms: clj, cljs
should-retry?
clj
platforms: clj
(should-retry? ex)
(should-retry? ex & opts)
Returns true when retry policy allows another attempt for ex.
Optional keyword arguments include :max-retries and :current-retry.
cljs
platforms: cljs
(should-retry? ex)
(should-retry? ex & opts)
Returns true when retry policy allows another attempt for ex.
Optional keyword arguments include :max-retries and :current-retry.