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
Basically I am trying to isolate timeout errors. Can I trust that if the timeout property exists in the error object, that means timeout error and nothing else? I don't really feel comfortable matching on err.toString() or something weird like that. And timeout is the only property in the err object.
Ideally it would be nice to have an error code like code; "TIMEOUT".
Maybe I am missing something here. But here is what I see in the err argument for a call that times out:
It seems like the error message is somehow getting tacked onto the err object w/o a proper key?
The text was updated successfully, but these errors were encountered: