ErrNilRemoteHub=errors.New("remote hub configuration is not provided. Please report this issue to the developers")
)
// IndexNotFoundError is returned when the remote hub index is not found.
typeIndexNotFoundErrorstruct{
URLstring
Branchstring
}
func(eIndexNotFoundError)Error()string{
returnfmt.Sprintf("index not found at %s, branch '%s'. Please check the .cscli.hub_branch value if you specified it in config.yaml, or use 'master' if not sure",e.URL,e.Branch)