Error Code

Get Submission Error Code (400 Error)

error_code
Message
Description

invalid_submission_id

Submission_id is invalid. please check submission_id in input data.

'submission_id'가 올바르지 않음

data_processing_error

  1. Failed to get submission data.

  2. Failed to get submission data.

  3. Failed to get projects data.

  4. Failed to process response data.

  1. submission 데이터 조회 중 예외 에러가 발생했을 경우

  2. projects 데이터 조회 중 예외 에러가 발생했을 경우

  3. 조회 데이터 처리 중 예외에러가 발생했을 경우

missing_apikey

apiKey is undefined. api key is required in input data.

API Key가 누락 되었을 경우

invalid_date

Date format is invalid. Please follow next format '0000-00-00’

start_date 또는 end_date 입력 형식이 맞지 않을 경우

invalid_date

Date format is invalid. End_date must be later than Start_date.

start_date가 end_date 보다 최근일 경우

Get Report Error Code (400 Error)

error_code
Message
Description

missing_submission_id

Submission_id is undefined. submission_id is required in input data.

데이터 조회 시 submissionId 를 입력하지 않았을 경우

missing_type

Type is undefined. type is required in input data.

데이터 조회 시 type을 입력하지 않았을 경우

invalid_type

This type is not supported. Please check the type in input data.

데이터 조회 시 지원하지 않는 type을 입력했을 경우

data_not_exist

Report data does not exist.

데이터 조회 시 식별 고유 URL이 없을 경우

data_processing_error

Failed to get submission data.

데이터 조회 중 예외 에러가 발생했을 경우

data_not_exist

Failed to get report file. The file does not exist.

해당하는 submissionId의 pdf 파일이 없을 경우

size_too_large

Failed to download report file. File size exceed at 6MB.

PDF 파일 용량이 6MB 초과일 경우

data_processing_error

Failed to download report file.

PDF 다운로드 서버 예외 에러가 발생했을 경우

Last updated