Certification

cancel
Showing results for 
Search instead for 
Did you mean: 

Is this a qucik and satisfactory method for CLD error handling? (see image)

Solved!
Go to solution

http://i.imgur.com/IiI8D1w.png

 

with reference to: http://i.imgur.com/TyNVWQX.png (from success package document)

 

Is this too simple an error handler setup?  Assuming non-catastrophic errors are taken care of before leaving any case in my qsm?  An error is only acceptable during debugging isnt it? (unless instructed by requirements?)  

 

I'm trying to think of ways to save some time as I've been working so much I let my test date creep up on me...  Smiley Sad

 

Thanks

0 Kudos
Message 1 of 3
(5,039 Views)
Solution
Accepted by topic author plyons.gks

PatLyons wrote:

Is this too simple an error handler setup?


In the real world, yes.  For the CLD, that is a minimum to get the points.  Just throw down the Simple Error Handler to show the error dialog and you have "handled the error".  If the spec does not say how to handle the error, stop the loop(s) and show the error dialog.  If you are given a spec of how to handle the error, do whatever you are told.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(5,028 Views)

Thanks for the confirmation!    ...I just had to hear it from one of you guys

 

thanks again

-pat

0 Kudos
Message 3 of 3
(5,024 Views)