node-r3trans
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -320,14 +320,19 @@ "use strict"; | ||
sType = 'SUCCESS'; | ||
break; | ||
case 4: | ||
sExitCode = 'Warnings have occurred but they can be ignored.'; | ||
sType = 'WARNING'; | ||
break; | ||
case 8: | ||
sExitCode = 'Transport could not be completed. Problems occurred with certain objects.'; | ||
sType = 'ERROR'; | ||
break; | ||
case 12: | ||
sExitCode = 'Fatal errors have occurred, such as errors while reading or writing a file or unexpected errors within the database interface, in particular database problems.'; | ||
sType = 'ERROR'; | ||
break; | ||
case 16: | ||
sExitCode = 'Situations have occurred that are normally not allowed.'; | ||
sType = 'ERROR'; | ||
break; | ||
} | ||
@@ -334,0 +339,0 @@ return { |
{ | ||
"name": "node-r3trans", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "NodeJs wrapper for SAP R3trans program", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# node-r3trans | ||
![npm](https://img.shields.io/npm/l/node-r3trans) | ||
![npm](https://img.shields.io/npm/v/node-r3trans) | ||
![npm](https://img.shields.io/npm/v/node-r3trans) | ||
@@ -6,0 +5,0 @@ NodeJs wrapper for [SAP R3trans](https://help.sap.com/docs/SOFTWARE_LOGISTICS_TOOLSET_CTS_PLUG-IN/05c12df5b54849c49940a14bc089d8b4/3dad5c974ebc11d182bf0000e829fbfe.html?locale=en-US). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46220
709
66