We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpError
Problematic Behavior Currently, if an HttpError is instantiated without statusText, this throw an error.
statusText
Expected behavior/code Even if statusText is empty, HttpError should be instantiable as well.
Additional context/Screenshots https://gip-fun-mooc.sentry.io/issues/5099067265/?environment=preproduction&project=1454000&query=is:unresolved&statsPeriod=7d&stream_index=1
The text was updated successfully, but these errors were encountered:
NathanVss
No branches or pull requests
Bug Report
Problematic Behavior
Currently, if an
HttpError
is instantiated withoutstatusText
, this throw an error.Expected behavior/code
Even if
statusText
is empty, HttpError should be instantiable as well.Additional context/Screenshots
https://gip-fun-mooc.sentry.io/issues/5099067265/?environment=preproduction&project=1454000&query=is:unresolved&statsPeriod=7d&stream_index=1
The text was updated successfully, but these errors were encountered: