()
| 118 | } |
| 119 | |
| 120 | func (err ContainerNotFoundError) Error() string { |
| 121 | return "unknown handle: " + err.Handle |
| 122 | } |
| 123 | |
| 124 | func NewServiceUnavailableError(cause string) error { |
| 125 | return ServiceUnavailableError{ |
nothing calls this directly
no outgoing calls
no test coverage detected