Skip to content

Commit

Permalink
bug: 导出商店插件yml注释补充默认值 TencentBlueKing#4738 增加导出错误码
Browse files Browse the repository at this point in the history
  • Loading branch information
royalhuang committed Jul 21, 2021
1 parent 47b1a1a commit 1d15ef2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ object ProcessMessageCode {
const val ERROR_PIPELINE_MODEL_COMPONENT_NUM_TOO_LARGE = "2101069" // 流水线: 流水线下[{0}]的[{1}]数量超限,阈值为[{2}]个,请联系发布者
const val ERROR_ATOM_PARAM_VALUE_TOO_LARGE = "2101070" // 流水线: 插件[{0}]的参数[{1}]值超限,阈值为[{2}]个字符,请联系发布者
const val ERROR_FINAL_STAGE_CANNOT_CANCEL = "2101071" // 流水线: final stage 处于运行中不允许被取消
const val ERROR_EXPORT_OUTPUT_CONFLICT = "2101072" // 流水线: 插件[{0}]与[{1}]存在相同输出变量[{2}]

// 通用参数错误
const val ERROR_RETRY_3_FAILED = "2101989" // 重试3次失败
Expand All @@ -146,6 +145,9 @@ object ProcessMessageCode {
const val ERROR_NO_STAGE_EXISTS_BY_ID = "2101106" // 构建中Stage[{0}]不存在
const val ERROR_STAGE_IS_NOT_PAUSED = "2101108" // 构建中Stage[{0}]未处于等待审核

// 导出数据错误
const val ERROR_EXPORT_OUTPUT_CONFLICT = "2101200" // 流水线: 插件[{0}]与[{1}]存在相同输出变量[{2}]

// 构建时错误
const val ERROR_BUILD_TASK_BCS_PARAM_BCSAPPINSTID = "2101111" // bcsAppInstId is not init
const val ERROR_BUILD_TASK_BCS_PARAM_CATEGORY = "2101112" // category is not init
Expand Down

0 comments on commit 1d15ef2

Please sign in to comment.