MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewServiceAssociationError

Function NewServiceAssociationError

cf/errors/service_association_error.go:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8}
9
10func NewServiceAssociationError() error {
11 return &ServiceAssociationError{}
12}
13
14func (err *ServiceAssociationError) Error() string {
15 return T("Cannot delete service instance. Service keys, bindings, and shares must first be deleted.")

Callers 1

DeleteServiceMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected