sdk-python
sdk-python copied to clipboard
Decoupling error handling for Document Creation
The objective of theis PR is to fix #148 in a way that we won't mask pyxb validation errors with objectify error handling. This can be done just simply by separating the try - except statements.
Related to #109