Searched refs:LayerIndexFetchError (Results 1 – 3 of 3) sorted by relevance
37 class LayerIndexFetchError(LayerIndexException): class146 raise LayerIndexFetchError(url, e)149 raise LayerIndexFetchError(url, e)164 raise LayerIndexFetchError(url, "%s: %s" % (e, reason))167 … raise LayerIndexFetchError(url, "Unexpected exception: [Error %s] %s" % (error, reason))169 raise LayerIndexFetchError(url, "Unable to fetch OSError exception: %s" % e)
170 …raise layerindexlib.LayerIndexFetchError('%s: Connection reset by peer. Is there a firewall block…199 raise layerindexlib.LayerIndexFetchError(url, e)
77 raise layerindexlib.LayerIndexFetchError("No branches specified for _load_bblayers!")