Skip to content

Instantly share code, notes, and snippets.

@jemai
Last active March 13, 2019 15:17
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 jemai/e02ba5bcf277e1234d16d3b5bae3a1e7 to your computer and use it in GitHub Desktop.
Save jemai/e02ba5bcf277e1234d16d3b5bae3a1e7 to your computer and use it in GitHub Desktop.
Error type
public enum HTTPCallErrorType<E> {
case urlError
case dataError
case responseError(E)
case mappingError(E)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment