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