yaac icon indicating copy to clipboard operation
yaac copied to clipboard

Added ability to retrieve more information on challenge validation failure

Open adamzero1 opened this issue 2 years ago • 0 comments

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.

adamzero1 avatar Dec 16 '22 16:12 adamzero1