Uses of Enum Class
com.google.adk.models.springai.error.SpringAIErrorMapper.RetryStrategy
Packages that use SpringAIErrorMapper.RetryStrategy
-
Uses of SpringAIErrorMapper.RetryStrategy in com.google.adk.models.springai.error
Subclasses with type arguments of type SpringAIErrorMapper.RetryStrategy in com.google.adk.models.springai.errorModifier and TypeClassDescriptionstatic enumRetry strategy recommendations.Methods in com.google.adk.models.springai.error that return SpringAIErrorMapper.RetryStrategyModifier and TypeMethodDescriptionSpringAIErrorMapper.MappedError.getRetryStrategy()Returns the enum constant of this class with the specified name.static SpringAIErrorMapper.RetryStrategy[]SpringAIErrorMapper.RetryStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.adk.models.springai.error with parameters of type SpringAIErrorMapper.RetryStrategyModifier and TypeMethodDescriptionstatic longSpringAIErrorMapper.getRetryDelay(SpringAIErrorMapper.RetryStrategy strategy, int attempt) Gets the recommended delay before retrying based on the retry strategy.Constructors in com.google.adk.models.springai.error with parameters of type SpringAIErrorMapper.RetryStrategyModifierConstructorDescriptionMappedError(SpringAIErrorMapper.ErrorCategory category, SpringAIErrorMapper.RetryStrategy retryStrategy, String normalizedMessage)