Class UserError


  • public class UserError
    extends Object
    User error information
    • Constructor Detail

      • UserError

        public UserError()
    • Method Detail

      • getError

        public String getError()
        Error code informing what is wrong
        Returns:
        error
      • setError

        public void setError​(String error)
      • getEmail

        public String getEmail()
        Email with error. Only one of the following fields should be present: email or id
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
      • getId

        public String getId()
        Id with error. Only one of the following fields should be present: email or id
        Returns:
        id
      • setId

        public void setId​(String id)