When my server returns a 422, it prompts Ember Data to create an InvalidError message. The message might read something like:
The backend rejected the commit because it was invalid: username must be at least 4 characters long
This message appear in my console, but I want to display it in the browser so the user can see it. How do I access this error in the template, though? I can't find any documentation on Ember Data's error handling.