return new error message to indicate job is unchanged by proposed update
Signed-off-by: Suchith Arodi <suchith.arodi@gmail.com>
This commit is contained in:
parent
5f667555dc
commit
cf669f9b83
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ func (r *realisClient) CreateService(
|
||||||
return resp, resp.GetResult_().GetStartJobUpdateResult_(), nil
|
return resp, resp.GetResult_().GetStartJobUpdateResult_(), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, nil, errors.New("results object is nil")
|
return nil, nil, errors.New("job is unchanged by proposed update")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *realisClient) ScheduleCronJob(auroraJob Job) (*aurora.Response, error) {
|
func (r *realisClient) ScheduleCronJob(auroraJob Job) (*aurora.Response, error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue