Skip to content
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

Update service generation so we can surface some sort of status error #1794

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

codyrancher
Copy link
Contributor

Previously when a service would return an error we'd fail to deserialize it. This will now get the status error at the very least. It would be nice to get the actual error object but I'm not sure if that's possible yet. It doesn't look like the ErrorInfo object is getting created and I'm not positive if that object is guaranteed for errors.

Old error:
Screenshot 2023-10-26 121036

New error:
Screenshot 2023-10-26 122324

@alexandreLamarre alexandreLamarre merged commit 6b1d2b9 into rancher:main Oct 30, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants