SDK Generator return values
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
03-28-2019
03:51 AM
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
Labels
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.