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

Better Error Handling for Missing Variables #161

Open
matthew-a-dunlap opened this issue Dec 9, 2022 · 1 comment
Open

Better Error Handling for Missing Variables #161

matthew-a-dunlap opened this issue Dec 9, 2022 · 1 comment

Comments

@matthew-a-dunlap
Copy link

matthew-a-dunlap commented Dec 9, 2022

I just solved an issue with my code, where I was attempting to create a document with a SignHere field, and the field would not show up.

It turns out I pulled a signature field example from a different language which used camelCase for variables instead of snake_case.

This was extremely hard to pin down though because nothing errored. The python client happily took my SignHere() class definition. And if the API errored in any way during creation it was not presented to me.

I ended up having to call a bunch of other methods and try creating the tabs manually to eventually figure out it was a variable name issue.

Ideally the python client should error if required fields are not set.

@AbdulrahmanGameel
Copy link

Hello @matthew-a-dunlap, can you please provide your feedback through this link? https://feedback.docusign.com/
This would greatly help DocuSign get to it in better time. Thank you.

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

No branches or pull requests

2 participants