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
publicclassLibroextendsModel{privateStringtitle;privateStringcategory;privateStringdescription;privateStringlocation;privateDatedatePub;// Getters and Setters...}
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Dear Contributors, please add more detail to error handlers. When I get some error, it returns 500, even if I add some non-unique value to the table. When I put breakpoints, there is a usefull information, that can be used for processing the error, but by default callback doesn't return it.
For example, in RestAdapter.java:
Hello , I get 500 Internal Server Error when trying to save an entity. I'm using the mongodb connector.
What can be the cause?
Entity :
Android code:
Model:
Thanks in advance!
The text was updated successfully, but these errors were encountered: