menu
civitai_client package
documentation
civitai_client.dart
RetryConfig
retryableExceptions property
retryableExceptions property
dark_mode
light_mode
retryableExceptions
property
List
<
Type
>
retryableExceptions
final
List of exception types that should trigger a retry.
Implementation
final List<Type> retryableExceptions;
civitai_client package
documentation
civitai_client
RetryConfig
retryableExceptions property
RetryConfig class