I'm using this library for creating model inference pipelines in our code base but had some doubts about error handling, can you please help?
Say a component in the pipeline raised an Exception. We can only catch the exception when calling calculate.
How do I know which component of the pipeline threw the exception?
I'm using this library for creating model inference pipelines in our code base but had some doubts about error handling, can you please help?
Say a component in the pipeline raised an Exception. We can only catch the exception when calling calculate.
How do I know which component of the pipeline threw the exception?