API Reference

Table of Contents

Validation

exception ValidationError

The exception thrown by the validation functions when the given input does not meet the PRISMH specifications.

asdict()

Returns a dictionary containing a summary of the problems found by the validator. The keys of the dictionary indiciate where in the structure the problem was found, and the values of the dictionary are a message explaining the issue.

Return type:dict