Guest User

Untitled

a guest
Oct 24th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. enum class Status {
  2. SUCCESS,
  3. LOADING,
  4. ERROR,
  5. SERVER_CONNECTION_ERROR,
  6. SIGN_UP,
  7. SIGN_IN,
  8. //validation error
  9. EMPTY_FIRST_NAME,
  10. EMPTY_LAST_NAME,
  11. EMPTY_CITY,
  12. INVALID_URI
  13. }
Add Comment
Please, Sign In to add comment