|
|
|||
File indexing completed on 2026-04-10 08:38:58
0001 # exception for unknown dataset 0002 class UnknownDatasetError(Exception): 0003 pass 0004 0005 0006 # temporary error in external system 0007 class ExternalTempError(Exception): 0008 pass 0009 0010 0011 # temporarily unavailable storage 0012 class TempBadStorageError(Exception): 0013 pass
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|