MCPcopy
hub / github.com/cloudfoundry/cli / NewUnbindableServiceError

Function NewUnbindableServiceError

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

Source from the content-addressed store, hash-verified

8}
9
10func NewUnbindableServiceError() error {
11 return &UnbindableServiceError{}
12}
13
14func (err *UnbindableServiceError) Error() string {
15 return T("This service doesn't support creation of keys.")

Callers 2

CreateServiceKeyMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected