()
| 74 | } |
| 75 | |
| 76 | func NewNoApiUrlSetError() error { |
| 77 | return errors.New("An API target is not set. Please target the location of your server with `credhub api --server api.example.com` to continue.") |
| 78 | } |
| 79 | |
| 80 | func NewInvalidImportYamlError() error { |
| 81 | return errors.New("The referenced file does not contain valid yaml structure. Please update and retry your request.") |
no outgoing calls
no test coverage detected
searching dependent graphs…