SDK Generator return values

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SDK Generator return values

PetrKraus
NXP Employee
NXP Employee
0 0 1,730

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