I'm looking for a way to handle server thrown errors 400 404 blah blah you know the drill
but so far I haven't found a good way to do this that actually WORKS...
I've seen crap with loadexception but I'm guessing this is for an older version so that's the deadest end I could've found.
there's if(success)
in load but then I get a message the framework itself generates whereas the actual server message (which I don't find in ANY of the load objects) is:
1) translated
2) exactly about what's being requested
any help is appreciated