Class BaseResponse

java.lang.Object
net.minheur.potoflux.login.response.BaseResponse
Direct Known Subclasses:
InfoResponse, ListUserResponse, LoginResponse, MdUserInfosResponse, NotificationListResponse, RmUserResponse

public class BaseResponse extends Object
A simple response with a success and error field
  • Field Details

    • success

      public boolean success
      Defines if the action was a success
    • error

      public String error
      If success is false, this stores the error sent by the database.
  • Constructor Details

    • BaseResponse

      public BaseResponse()