cloudapi/v2/server: rephrase error message
This commit is contained in:
parent
02778b5361
commit
992f876da0
1 changed files with 1 additions and 2 deletions
|
|
@ -519,8 +519,7 @@ func serializeManifest(ctx context.Context, manifestSource *manifest.Manifest, w
|
|||
|
||||
jobResult.JobError = clienterrors.New(clienterrors.ErrorDepsolveTimeout,
|
||||
"Timeout while waiting for package dependency resolution",
|
||||
"There may be a temporary issue with compute resources. "+
|
||||
"We’re looking into it, please try again later.",
|
||||
"There may be a temporary issue with compute resources.",
|
||||
)
|
||||
break
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue