Created
June 14, 2016 09:13
-
-
Save vanduc1102/46aa0f3ada0550995cb37e62fe9b08b3 to your computer and use it in GitHub Desktop.
There is some error from Ivy CheckService
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data" : { | |
"children" : [], | |
"ivyIdEmployee" : "" | |
}, | |
"resultStatus" : { | |
"successful" : false, | |
"message" : "Error when reading JSON for employee data", | |
"code" : "cstart_ManageEmployee - startCreate/UpdateEmployee - Read JSON", | |
"detail" : "Error when reading the following JSON for employee data : BIG JSOSOOSOSOSOSOSONNNNN", | |
"severity" : "ERROR", | |
"exception" : "java.lang.NullPointerException", | |
"resultStatusStack" : null | |
} | |
} | |
{ | |
"data" : { | |
"children" : [], | |
"ivyIdEmployee" : "25179" | |
}, | |
"resultStatus" : { | |
"successful" : false, | |
"message" : "603 Code d'impôt à la source invalide", | |
"code" : "cws_MaintainWithholdingTax - MaintainWithholdingTax - WS-MaintainWithholdingTax", | |
"detail" : "Error when calling webservice MaintainWitholdingTax on employee (empkey) : 18776", | |
"severity" : "ERROR", | |
"exception" : "Return code: 603", | |
"resultStatusStack" : null | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment