Error Lists
Lists of Error Messages
Error Message
Descriptions
MISSING_MANDATORY_PARAM
No file part
MISSING_MANDATORY_PARAM
No selected file
INVALID_DOCUMENT
PDF format is not recognizable
INVALID_FILE
Invalid file was submitted
OLD_LHDN_PDF
Please submit the LHDN acknowledgement receipt from the year 2017 onwards only.
INVALID_DOCUMENT
Please upload official detailed LHDN statement
INCORRECT_FILE_EXTENSION
Incorrect file extension. Please upload PDF file only
Response Example in Code Block
{
"status": "error",
"message": "INVALID_FILE",
"result": null
}
{
"status": "error",
"message": "UNRECOGNIZED_INPUTTYPE",
"result": null
}
Last updated
Was this helpful?