Package ai.extend.types
Interface ExtendError.RetryableStage
-
- All Known Implementing Classes:
ExtendError.Builder
- Enclosing class:
- ExtendError
public static interface ExtendError.RetryableStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendError._FinalStageretryable(boolean retryable)Whether the request can be retried
-
-
-
Method Detail
-
retryable
ExtendError._FinalStage retryable(boolean retryable)
Whether the request can be retried
-
-