Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
db6ac483
Commit
db6ac483
authored
Feb 02, 2026
by
BO ZHANG
🏀
Browse files
add input_data_error
parent
bd20c27d
Pipeline
#12165
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
db6ac483
...
...
@@ -59,8 +59,9 @@ EXIT_CODES = {
"ccds_reference_file_error"
:
10
,
# CCDS 参考文件错误
"ccds_pmap_error"
:
11
,
# CCDS pmap 错误
"reference_catalog_error"
:
12
,
# 参考星表错误
"input_data_invalid"
:
20
,
# 输入数据错误
"input_data_not_unique"
:
21
,
# 输入数据不唯一
"input_data_error"
:
20
,
# 输入数据错误
"input_data_invalid"
:
21
,
# 输入数据错误
"input_data_not_unique"
:
22
,
# 输入数据不唯一
"algorithm_error"
:
30
,
# 算法错误
"data_product_invalid"
:
40
,
# 数据产品无效
"data_product_ingestion_error"
:
41
,
# 数据产品摄取错误
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment