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 was archived by the owner on Jun 16, 2018. It is now read-only.
Proper error messaging is needed: maybe via an exception class that provides an unique, non-repeated error code, so the caller can check for it and match it to error messages in the language required, or via a lot of specific exception classes, but certainly not the way as it is done now in a quick-and-dirty.