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 need to catch a 'your session expired' error so i can reconnect, but without the real response code this is rather hard.
Im trying to do something like:
rescue Savon::SOAPFault => e
e.response[:description]
The text was updated successfully, but these errors were encountered:
I need to catch a 'your session expired' error so i can reconnect, but without the real response code this is rather hard.
Im trying to do something like:
rescue Savon::SOAPFault => e
e.response[:description]
The text was updated successfully, but these errors were encountered: