RECOVERABLE
Represents an error type that indicates the operation or error can be retried.
This enum value is used to classify errors in a way that allows for the implementation of retry logic. When an error is marked as RECOVERABLE, it signifies that the error condition is temporary and might be resolved upon retrying the operation. This is particularly useful in scenarios where network issues, transient server errors, or other temporary conditions may cause an operation to fail, but with a high likelihood of success on subsequent attempts.