ReplicaCall and RouterCallImpl always retry regardless of the error type.
I guess, retrying on StorageCallAssertError or some other error is not effective,
because it is highly likely to get the same result in the second and so on retries.
So, I propose retrying only in the case of StorageCallVShardError.
ReplicaCall and RouterCallImpl always retry regardless of the error type. I guess, retrying on StorageCallAssertError or some other error is not effective, because it is highly likely to get the same result in the second and so on retries.
So, I propose retrying only in the case of StorageCallVShardError.