-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
Exception StatusError does not set name to 'StatusError' #105
Comments
SuperDermo
pushed a commit
to SuperDermo/bent
that referenced
this issue
May 28, 2020
* set name property to StatusError - mikeal#105 * pass on the actual statusMessage from the response instead of 'Incorrect statusCode ...' - mikeal#106
Merged
mikeal
pushed a commit
that referenced
this issue
Jun 26, 2020
* set name property to StatusError - #105 * pass on the actual statusMessage from the response instead of 'Incorrect statusCode ...' - #106 Co-authored-by: Tomas Dermisek <[email protected]>
@mikeal, looks like the issue is fixed and could be closed? |
webcomick3
added a commit
to webcomick3/bent
that referenced
this issue
Jul 5, 2024
* set name property to StatusError - mikeal/bent#105 * pass on the actual statusMessage from the response instead of 'Incorrect statusCode ...' - mikeal/bent#106 Co-authored-by: Tomas Dermisek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The exception StatusError does not set parent
name
property to 'StatusError'.Suggested (in nodejs.js):
The text was updated successfully, but these errors were encountered: