errors were handled inconsistently and ineffectively throughout the app
Proposed behavior
http:400 errors are reported to the initializing function by rejecting the promise, and the catch at the point initial call can handle the user notification in a way that is contextually appropriate.
Previous behavior
errors were handled inconsistently and ineffectively throughout the app
Proposed behavior
http:400 errors are reported to the initializing function by rejecting the promise, and the
catch
at the point initial call can handle the user notification in a way that is contextually appropriate.