Commit db6ac483 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add input_data_error

parent bd20c27d
Pipeline #12165 passed with stage
in 0 seconds
...@@ -59,8 +59,9 @@ EXIT_CODES = { ...@@ -59,8 +59,9 @@ EXIT_CODES = {
"ccds_reference_file_error": 10, # CCDS 参考文件错误 "ccds_reference_file_error": 10, # CCDS 参考文件错误
"ccds_pmap_error": 11, # CCDS pmap 错误 "ccds_pmap_error": 11, # CCDS pmap 错误
"reference_catalog_error": 12, # 参考星表错误 "reference_catalog_error": 12, # 参考星表错误
"input_data_invalid": 20, # 输入数据错误 "input_data_error": 20, # 输入数据错误
"input_data_not_unique": 21, # 输入数据不唯一 "input_data_invalid": 21, # 输入数据错误
"input_data_not_unique": 22, # 输入数据不唯一
"algorithm_error": 30, # 算法错误 "algorithm_error": 30, # 算法错误
"data_product_invalid": 40, # 数据产品无效 "data_product_invalid": 40, # 数据产品无效
"data_product_ingestion_error": 41, # 数据产品摄取错误 "data_product_ingestion_error": 41, # 数据产品摄取错误
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment