Error Code
Last updated
Last updated
invalid_submission_id
Submission_id is invalid. please check submission_id in input data.
Invalid 'submission_id'.
data_processing_error
Failed to get submission data.
Failed to get projects data.
Failed to process response data.
Error occurred while inquiring submission data.
Error occurred while inquiring proje data.
Error occurred while processing the data.
missing_apikey
apiKey is undefined. api key is required in input data.
Missing API key
invalid_date
Date format is invalid. Please follow next format '0000-00-00’
Date format is invalid. End_date must be later than Start_date.
Invalid format of 'start_date' and 'end_date'
'start_date' is more recent than 'end_date'
missing_submission_id
Submission_id is undefined. submission_id is required in input data.
Missing submission ID
missing_type
Type is undefined. type is required in input data.
Missing 'type' parameter, it should be 'report'.
invalid_type
This type is not supported. Please check the type in input data.
Invalid 'type' value, it should be 'report'.
data_not_exist
Report data does not exist
When there is no unique identifying URL
data_processing_error
Failed to get submission data.
When an exception error occurs
data_not_exist
Failed to get report file. The file does not exist.
If the PDF file for the corresponding submissionId does not exist
size_too_large
Failed to download report file. File size exceed at 6MB.
If the size of the PDF file exceeds 6MB
data_processing_error
Failed to download report file.
If an exception error occurs on the PDF download server