Home
last modified time | relevance | path

Searched refs:NewRecoverableError (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/nomad/
H A Dvault.go939 return nil, structs.NewRecoverableError(fmt.Errorf("Vault client not active"), true)
944 …return nil, structs.NewRecoverableError(fmt.Errorf("Connection to Vault has not been established")…
1004 return nil, structs.NewRecoverableError(err, true)
1018 return nil, structs.NewRecoverableError(validationErr, true)
1038 …return nil, structs.NewRecoverableError(fmt.Errorf("Connection to Vault has not been established")…
1155 …return structs.NewRecoverableError(fmt.Errorf("Connection to Vault has not been established"), tru…
H A Dnode_endpoint.go1386 reply.Error = structs.NewRecoverableError(e, recoverable).(*structs.RecoverableError)
1569 reply.Error = structs.NewRecoverableError(createErr, false).(*structs.RecoverableError)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/
H A Derrors_test.go23 recov := structs.NewRecoverableError(root, true)
H A Dartifact_hook.go56 wrapped := structs.NewRecoverableError(
H A Denvoybootstrap_hook.go132 return structs.NewRecoverableError(
H A Dlogmon_hook.go175 return structs.NewRecoverableError(err, true)
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/
H A Derrors_test.go23 recov := structs.NewRecoverableError(root, true)
H A Dartifact_hook.go57 wrapped := structs.NewRecoverableError(
H A Denvoy_bootstrap_hook.go315 return structs.NewRecoverableError(
379 return stderr.String(), structs.NewRecoverableError(err, recoverable)
H A Dlogmon_hook.go175 return structs.NewRecoverableError(err, true)
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dvault.go963 return nil, structs.NewRecoverableError(fmt.Errorf("Vault client not active"), true)
967 …return nil, structs.NewRecoverableError(fmt.Errorf("Connection to Vault has not been established")…
1041 return nil, structs.NewRecoverableError(err, true)
1055 return nil, structs.NewRecoverableError(validationErr, true)
1075 …return nil, structs.NewRecoverableError(fmt.Errorf("Connection to Vault has not been established")…
1215 …return structs.NewRecoverableError(fmt.Errorf("Connection to Vault has not been established"), tru…
H A Dnode_endpoint.go1422 reply.Error = structs.NewRecoverableError(e, recoverable).(*structs.RecoverableError)
1604 reply.Error = structs.NewRecoverableError(createErr, false).(*structs.RecoverableError)
1644 reply.Error = structs.NewRecoverableError(e, recoverable).(*structs.RecoverableError)
1817 reply.Error = structs.NewRecoverableError(createErr, false).(*structs.RecoverableError)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/restarts/
H A Drestarts_test.go159 recErr := structs.NewRecoverableError(fmt.Errorf("foo"), true)
180 recErr := structs.NewRecoverableError(fmt.Errorf("foo"), true)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/docker/
H A Dstats.go81 return nil, nstructs.NewRecoverableError(fmt.Errorf("container stopped"), false)
H A Ddriver.go58 return nstructs.NewRecoverableError(err, r)
330 …return nil, nil, nstructs.NewRecoverableError(fmt.Errorf("%s %s: %s", msg, container.ID, err), tru…
423 return nil, nstructs.NewRecoverableError(createErr, true)
459 return nil, nstructs.NewRecoverableError(createErr, true)
488 return nstructs.NewRecoverableError(startErr, true)
1146 return nil, nstructs.NewRecoverableError(err, true)
H A Dcoordinator.go402 return structs.NewRecoverableError(fmt.Errorf("Failed to pull `%s`: %s", image, err), recoverable)
/dports/sysutils/nomad/nomad-1.1.0/drivers/docker/
H A Dstats.go80 return nil, nstructs.NewRecoverableError(fmt.Errorf("container stopped"), false)
H A Ddriver.go63 return nstructs.NewRecoverableError(err, r)
343 …return nil, nil, nstructs.NewRecoverableError(fmt.Errorf("%s %s: %s", msg, container.ID, err), tru…
442 return nil, nstructs.NewRecoverableError(createErr, true)
483 return nil, nstructs.NewRecoverableError(createErr, true)
512 return nstructs.NewRecoverableError(startErr, true)
1311 return nil, nstructs.NewRecoverableError(err, true)
H A Dcoordinator.go404 return structs.NewRecoverableError(fmt.Errorf("Failed to pull `%s`: %s", image, err), recoverable)
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/restarts/
H A Drestarts_test.go161 recErr := structs.NewRecoverableError(fmt.Errorf("foo"), true)
182 recErr := structs.NewRecoverableError(fmt.Errorf("foo"), true)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/plugins/drivers/
H A Dclient.go148 return nil, nil, structs.NewRecoverableError(err, rec.Recoverable)
274 return nil, structs.NewRecoverableError(err, rec.Recoverable)
/dports/sysutils/nomad/nomad-1.1.0/plugins/drivers/
H A Dclient.go151 return nil, nil, structs.NewRecoverableError(err, rec.Recoverable)
277 return nil, structs.NewRecoverableError(err, rec.Recoverable)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/mock/
H A Ddriver.go462 …return nil, nil, structs.NewRecoverableError(errors.New(driverConfig.StartErr), driverConfig.Start…
/dports/sysutils/nomad/nomad-1.1.0/drivers/mock/
H A Ddriver.go457 …return nil, nil, structs.NewRecoverableError(errors.New(driverConfig.StartErr), driverConfig.Start…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/
H A Dclient.go2417 return nil, structs.NewRecoverableError(
2432 return nil, structs.NewRecoverableError(validationErr, true)

12