Skip to content

Instantly share code, notes, and snippets.

@jzxhuang
Last active April 5, 2019 03:44
Show Gist options
  • Save jzxhuang/13644674613a0417daa0c53bba5478a1 to your computer and use it in GitHub Desktop.
Save jzxhuang/13644674613a0417daa0c53bba5478a1 to your computer and use it in GitHub Desktop.
Detailed error
-- The only difference between this and Http.Error is the BadStatus constructor
type ErrorDetailed
= BadUrl String
| Timeout
| NetworkError
| BadStatus Http.Metadata String
| BadBody String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment