Uses of Enum Class
com.google.adk.models.springai.error.SpringAIErrorMapper.ErrorCategory
Packages that use SpringAIErrorMapper.ErrorCategory
-
Uses of SpringAIErrorMapper.ErrorCategory in com.google.adk.models.springai.error
Subclasses with type arguments of type SpringAIErrorMapper.ErrorCategory in com.google.adk.models.springai.errorModifier and TypeClassDescriptionstatic enumError categories for different types of failures.Methods in com.google.adk.models.springai.error that return SpringAIErrorMapper.ErrorCategoryModifier and TypeMethodDescriptionSpringAIErrorMapper.MappedError.getCategory()Returns the enum constant of this class with the specified name.static SpringAIErrorMapper.ErrorCategory[]SpringAIErrorMapper.ErrorCategory.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.ErrorCategoryModifier and TypeMethodDescriptionstatic booleanSpringAIErrorMapper.isRetryable(SpringAIErrorMapper.ErrorCategory category) Determines if an error is retryable based on its category.Constructors in com.google.adk.models.springai.error with parameters of type SpringAIErrorMapper.ErrorCategoryModifierConstructorDescriptionMappedError(SpringAIErrorMapper.ErrorCategory category, SpringAIErrorMapper.RetryStrategy retryStrategy, String normalizedMessage)