Skip to content

Instantly share code, notes, and snippets.

@jzxhuang
Last active March 28, 2019 14:19
Show Gist options
  • Save jzxhuang/54fc16c1781707bbc7f38f5a518ab728 to your computer and use it in GitHub Desktop.
Save jzxhuang/54fc16c1781707bbc7f38f5a518ab728 to your computer and use it in GitHub Desktop.
The type definition for Http.Error
type Error
= BadUrl String
| Timeout
| NetworkError
| BadStatus Int
| BadBody String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment