Skip to content

Instantly share code, notes, and snippets.

@Shahgupta4sq
Last active March 11, 2018 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shahgupta4sq/eea9844dc19ba6c3eb0cc428a6ffd346 to your computer and use it in GitHub Desktop.
Save Shahgupta4sq/eea9844dc19ba6c3eb0cc428a6ffd346 to your computer and use it in GitHub Desktop.
enum class Status {
SUCCESS,
ERROR,
NO_NETWORK,
EMPTY_FIRST_NAME,
EMPTY_LAST_NAME,
EMPTY_CITY,
INVALID_URI
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment