|
|
|
@@ -121,6 +121,9 @@ sendjob: |
|
|
|
|
|
|
|
if len(response.ErrorCode) != 0 { |
|
|
|
log.Error("CreateJob failed(%s): %s", response.ErrorCode, response.ErrorMsg) |
|
|
|
if response.ErrorCode == "ModelArts.0118" { |
|
|
|
response.ErrorMsg = "所选规格使用数量已超过最大配额限制。" |
|
|
|
} |
|
|
|
return &result, fmt.Errorf("CreateJob failed(%s): %s", response.ErrorCode, response.ErrorMsg) |
|
|
|
} |
|
|
|
|
|
|
|
|