amazon-archives / aws-sdk-unity

ARCHIVED: The aws sdk for unity is now distributed as a part of aws sdk for dotnet:
https://github.com/aws/aws-sdk-net
Other
105 stars 43 forks source link

Cannot implement exponential back-off or error handling #90

Closed andreineacsu closed 8 years ago

andreineacsu commented 8 years ago

We cannot implement exponential back-off or error handling as described here (http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ErrorHandling.html#APIRetries) since the SDK doesn't return the JSON containing the exception. We need support for this issue, otherwise it will be extremely hard to handle errors. Thank you!

karthiksaligrama commented 8 years ago

related to #89 for retries. For the error response This is a known limitation for WWW (across Unity 4.x.x to Unity 5.x.x, though as you mentioned in #89 it might be patched in newer unity releases).

karthiksaligrama commented 8 years ago

closed in 2.1.0.0