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

Added ability to retrieve more information on challenge validation failure #57

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

adamzero1
Copy link

docs: added docs for accessing validation error messages

refactor: refactored Client class to let challenge object construct itself
Meaning the Client object doesn't need to know about all potential fields for the challenge object.

feat: validation error message access
Added new variables to the challenge object
Added a new Error object
This way if a challenge fails to validate, information about why the validation failed can be obtained.

…tself

Meaning the Client object doesn't need to know about all potential fields for the challenge object.
Added new variables to the challenge object
Added a new Error object
This way if a challenge fails to validate, information about why the validation failed can be obtained.
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