Error implements error.
()
| 70 | |
| 71 | // Error implements error. |
| 72 | func (acquireLockError) Error() string { |
| 73 | return "lock is held by another client" |
| 74 | } |
| 75 | |
| 76 | // jobIneligibleError is returned when a job is not eligible to be terminated |
| 77 | // anymore. |