ElixirRetry
ElixirRetry copied to clipboard
How to handle 3 element error tuples ?
I'm using a grpc library that returns 3 element tuple {:error, [invalid_argument: nil], nil} on error. I see retry does not handle these kind of errors.
Is it possible to add it ?