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
{{ message }}
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.
During GET and POST, the endpoints may spit ouu various HTTP status codes as error messages. Right now, we do not have any status code error checking. We need to add checks for status code errors during Open311.loadStringFromUrl and Open311.postServiceRequest
The text was updated successfully, but these errors were encountered:
I need to figure out how best to trap various types of exceptions that can happen and display different Dialog messages. Also, depending on the type of exception, we may want to not display any Dialog message to the user.. we may just want to do something instead.
During GET and POST, the endpoints may spit ouu various HTTP status codes as error messages. Right now, we do not have any status code error checking. We need to add checks for status code errors during Open311.loadStringFromUrl and Open311.postServiceRequest
The text was updated successfully, but these errors were encountered: