fail and indicates file ist temporary offline, the core may take consequences
(self)
| 297 | raise Fail("offline") |
| 298 | |
| 299 | def tempOffline(self): |
| 300 | """ fail and indicates file ist temporary offline, the core may take consequences """ |
| 301 | raise Fail("temp. offline") |
| 302 | |
| 303 | def retry(self, max_tries=3, wait_time=1, reason=""): |
| 304 | """Retries and begin again from the beginning |