ListRelations should not swallow errors if an underlying check errors out #183
Labels
dotnet-sdk
Affects the C#/DotNet SDK
go-sdk
Affects the Go SDK
good first issue
Good for newcomers
hacktoberfest
js-sdk
Affects the JavaScript SDK
python-sdk
Affects the Python SDK
Currently, many of the SDKs treat errors from the underlying checks (after retrying) as a falsy value. So if after 3 retries, check returned 500, ListRelations would treat it as
allowed=false
.This is incorrect behaviour and ListRelations should surface any errors to the user.
The JS SDK has been fixed, and when written the Java SDK did not have this problem - .NET, Go and Python need to be updated.
The text was updated successfully, but these errors were encountered: