Skip to content

Instantly share code, notes, and snippets.

@yabenatti
Created November 10, 2017 11:46
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 yabenatti/34c45920926598f66d8eabf93706d57f to your computer and use it in GitHub Desktop.
Save yabenatti/34c45920926598f66d8eabf93706d57f to your computer and use it in GitHub Desktop.
MiniCursoIFSPSwiftEnum
enum Errors : Int {
case Unexpected = -1
case NoInternet = 1
case InvalidToken = 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment