You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same question about this. This prevents us from getting back useful error data from the response. Modern REST makes heavy use of status codes, particularly in the 4XX range, that this prevents us from seeing.
My guess is that this was information not considered useful when Amplify was first written, but that is not the case these days.
Can this get changed? I would like to get all the jQuery error arguments.
when an error is encountered, a null value is being passed to the handleResponse method instead of the _xhr object.
error: function( _xhr, status ) {
handleResponse( null, status );
},
The text was updated successfully, but these errors were encountered: