Package ai.extend.types
Interface ApiError.RetryableStage
-
- All Known Implementing Classes:
ApiError.Builder
- Enclosing class:
- ApiError
public static interface ApiError.RetryableStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiError._FinalStageretryable(boolean retryable)Whether the request can be retried.
-
-
-
Method Detail
-
retryable
ApiError._FinalStage retryable(boolean retryable)
Whether the request can be retried. When true, retry with exponential backoff. When false, fix the underlying issue before retrying.
-
-