21.5.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 21-15 POST JSON Response
Name | Type | Description |
---|---|---|
errorMessage |
STRING |
Details of the error occured. For example: Only .DMP extension is supported for file name. |
statusCode |
STRING | It indicates the status code of the service. For example: INVALID_INPUT |
status |
STRING |
Status of the migration
|
Table 21-16 Possible Status Codes
Status Code | Description |
---|---|
Success:200 | Success |
Error:400 | Invalid inputs |
Error:500 | Internal Server error |
Response JSON Sample
Success:200
{
"migrationCode": "PublicExport005"
"errorMessage": "",
"statusCode": "IMPORT_OUTLINE_SAVED",
"status": "SUCCESS"
}
Error: 400
{
"migrationCode": "PublicExport099"
"errorMessage": "Only .DMP extension is supported for file name",
"statusCode": "INVALID_INPUT",
"status": "FAILED",
}