package exceptions
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
PossiblyRetryable
PossiblyRetryable attempts to determine if a request is possibly retryable based on the returned
Try.PossiblyRetryable attempts to determine if a request is possibly retryable based on the returned
Try.The request is "possibly retryable" because while the framework can say the request is retryable due to the type of com.twitter.scrooge.ThriftException returned it is ultimately up to the application to decide if the returned com.twitter.scrooge.ThriftException actually makes sense to be retried.