NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Promote RuntimeErrors to Callers

Hi there,

 

I was wondering what I am missing.... but first let's describe what I am trying to do...

 

Implementation1.seq implements functionalities (mostly by .net steps connecting to webservices)

API.seq calls Implementation1. seq (or others) depending on some conditions.

I want the error handling to be performed by API.seq

 

My idea was to implement SequenceFilePostStepRuntimeError for Implementation1...n.seq basically to bypass the standard error handling, but promoting them to API.seq for handling.

 

For sure, I can (in API.seq) check the SequenceCall result after each call to the implementation1..n.seq but this feels a little akward. But this also involves settoing RunOptions->Ignore Runtime Errors to true....

Any ideas?

Cheers

Oli

 

 

 

0 Kudos
Message 1 of 1
(101 Views)