commit | 46bb58e694716908a5ed00f05dbb794cdec667dd | [log] [tgz] |
---|---|---|
author | Georgy Savva <georgy.savva@gmail.com> | Wed Nov 13 22:21:57 2019 +0300 |
committer | Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> | Wed Nov 13 11:21:57 2019 -0800 |
tree | f64101a7a1042bad67f823f72febda74c1c2f866 | |
parent | e61a873bea44bdfb39f66fb43c9b7aba5c03bf1e [diff] |
fix: change 'internal_failure' condition to also use `error' field (#387) * fix: change `internal_failure` condition to also use `error' field In some cases response doesn't contain `error_description` field. So the retry won't work. The solution is to look at both `error` and `error_description` fields.