Convenience functions for working with elm/http
isStatus : Basics.Int -> Http.Error -> Basics.Bool
Given an expected status code, return True if that's the given Http error.
is401 : Http.Error -> Basics.Bool
Do we have a HTTP 401 response?
errorToString : Http.Error -> String
Render HTTP error to a string. Useful for showing the user what happened.