SDK Generator return values

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SDK Generator return values

PetrKraus
NXP Employee
NXP Employee
0 0 1,828

Non-production mode (debug mode - without the production flag):

  • Returns 0 if everything is ok
  • Returns 1 if there are major cases failed, anyway the process will passed.
  • Returns 2 if there are critical cases failed, process aborts

 

Production mode (with the Production flag):

  • Returns 0 if everything is ok
  • Returns 2 if there are major/critical cases failed, process aborts

 

Related Jira ticket: SDKGEN-863