sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

Create Document Exception masked by objectify error handling

Open j2devcore opened this issue 4 years ago • 1 comments

Every once in a while we get a Create Document Exception when we receive data that raises validation errors in pyxb when our code executes APIOperationBase.execute method. The way in which the error is handled, makes hard for our logging systems to catch and repair the input from the user.

A much better way to deal with this is to separate the objectify error handling from the CreateFromDocument process. That way if there're validation errors we can easly inspect them.

Related to #109

j2devcore avatar Sep 10 '21 20:09 j2devcore

TCS-Dev Dhanashree Yadav- This issue has been fixed in v1.1.5.

dhanashreeyadav1 avatar Sep 30 '24 10:09 dhanashreeyadav1