Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.08 KB

VerifyPresentationOutputErrors.md

File metadata and controls

28 lines (20 loc) · 1.08 KB

VerifyPresentationOutputErrors

Error of the verification

Properties

Name Type Description Notes

Example

from affinidi_tdk_credential_verification_client.models.verify_presentation_output_errors import VerifyPresentationOutputErrors

# TODO update the JSON string below
json = "{}"
# create an instance of VerifyPresentationOutputErrors from a JSON string
verify_presentation_output_errors_instance = VerifyPresentationOutputErrors.from_json(json)
# print the JSON string representation of the object
print VerifyPresentationOutputErrors.to_json()

# convert the object into a dict
verify_presentation_output_errors_dict = verify_presentation_output_errors_instance.to_dict()
# create an instance of VerifyPresentationOutputErrors from a dict
verify_presentation_output_errors_from_dict = VerifyPresentationOutputErrors.from_dict(verify_presentation_output_errors_dict)

[Back to Model list] [Back to API list] [Back to README]