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

fix: incorrect types in error messages #355

Merged
merged 5 commits into from
Mar 1, 2023

Conversation

hpeebles
Copy link
Contributor

@hpeebles hpeebles commented Jan 4, 2023

Description

This PR fixes the type name which gets inserted into the error message whenever a deserialization error occurs after making a canister-to-canister call.
Prior to this PR, the type name was taken from the request type, whereas it should be the response type.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@lwshang lwshang enabled auto-merge (squash) January 11, 2023 21:50
@lwshang lwshang merged commit 9856ff6 into dfinity:main Mar 1, 2023
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.

2 participants