-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
[Feature Request] Exception details #122
Comments
Well, PR welcome. |
Related jdalrymple/gitbeaker#2600 |
The error has a cause object connected to it. In this cause object you can access the raw Response (and request) object from fetch, including all the connected instances methods for seeing more information about the failed request. I try to parse out the actual error messages, but sometimes they are not caught depending on the format that is returned |
@jdalrymple Thanks, the codes here make a lot of sense to me for understanding the error structure. |
Hi! In the process of configuring CI/CD, I encountered exceptions. All network errors are not very informative:
It is unclear which part of the process the problem occurred with. It would be cool to see the details about the error 👉👈
The text was updated successfully, but these errors were encountered: