/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/ |
H A D | qgsvectorlayerexporter.h | 51 enum ExportError enum 80 static ExportError exportLayer( QgsVectorLayer *layer, 121 ExportError errorCode() const; 154 ExportError mError; 250 QgsVectorLayerExporter::ExportError mError = QgsVectorLayerExporter::NoError;
|
H A D | qgsvectorlayerexporter.cpp | 37 typedef QgsVectorLayerExporter::ExportError createEmptyLayer_t( 192 QgsVectorLayerExporter::ExportError QgsVectorLayerExporter::errorCode() const in errorCode() 292 QgsVectorLayerExporter::ExportError 356 ExportError err = writer->errorCode(); in exportLayer()
|
H A D | qgsprovidermetadata.cpp | 138 QgsVectorLayerExporter::ExportError QgsProviderMetadata::createEmptyLayer( in createEmptyLayer() 145 return QgsVectorLayerExporter::ExportError::ErrProviderUnsupportedFeature; in createEmptyLayer()
|
H A D | qgsproviderregistry.h | 159 …SIP_SKIP QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &providerKey, const Q…
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/ |
H A D | BackgroundSlicingProcess.cpp | 60 catch (const Slic3r::ExportError&) { in invalidate_plater() 163 throw Slic3r::ExportError(_utf8(L("Unknown error occured during exporting G-code."))); in process_fff() 168 …throw Slic3r::ExportError((boost::format(_utf8(L("Copying of the temporary G-code to the output G-… in process_fff() 171 …throw Slic3r::ExportError((boost::format(_utf8(L("Copying of the temporary G-code to the output G-… in process_fff() 174 …throw Slic3r::ExportError((boost::format(_utf8(L("Renaming of the G-code after copying to the sele… in process_fff() 177 …throw Slic3r::ExportError((boost::format(_utf8(L("Copying of the temporary G-code has finished but… in process_fff() 180 …throw Slic3r::ExportError((boost::format(_utf8(L("Copying of the temporary G-code has finished but… in process_fff() 183 throw Slic3r::ExportError(_utf8(L("Unknown error occured during exporting G-code."))); in process_fff()
|
/dports/databases/zodb/ZODB-5.6.0/src/ZODB/ |
H A D | ExportImport.py | 24 from ZODB.POSException import ExportError 86 raise ExportError("Invalid export header") 143 raise ExportError("Truncated export file") 151 raise ExportError("Truncated export file")
|
H A D | POSException.py | 304 class ExportError(POSError): class
|
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/exporter/ |
H A D | http.py | 29 class UploadFailed(tenacity.RetryError, exporter.ExportError): 197 raise exporter.ExportError("Server returned 400, check your API key") 199 raise exporter.ExportError( 204 raise exporter.ExportError("HTTP Error %d" % response.status)
|
H A D | __init__.py | 4 class ExportError(Exception): class
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/db2/ |
H A D | qgsdb2provider.h | 103 static QgsVectorLayerExporter::ExportError createEmptyLayer( 174 QgsVectorLayerExporter::ExportError createEmptyLayer(
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_export/src/cpp/ |
H A D | exportToFile.hxx | 46 } ExportError; typedef
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/ |
H A D | Exception.hpp | 23 SLIC3R_DERIVE_EXCEPTION(ExportError, CriticalException);
|
H A D | Zipper.cpp | 33 throw Slic3r::ExportError(formatted_errorstr()); in blow_up()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/ |
H A D | qgsvectorlayerexporter.sip.in | 32 enum ExportError 48 static ExportError exportLayer( QgsVectorLayer *layer, 96 ExportError errorCode() const;
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/mssql/ |
H A D | qgsmssqlprovider.h | 151 static QgsVectorLayerExporter::ExportError createEmptyLayer( 297 QgsVectorLayerExporter::ExportError createEmptyLayer(
|
H A D | qgsmssqlproviderconnection.cpp | 158 QgsVectorLayerExporter::ExportError errCode = QgsMssqlProvider::createEmptyLayer( in createVectorTable() 168 if ( errCode != QgsVectorLayerExporter::ExportError::NoError ) in createVectorTable()
|
/dports/devel/py-ddtrace/ddtrace-0.56.1/tests/profiling/exporter/ |
H A D | test_http.py | 161 with pytest.raises(exporter.ExportError) as t: 203 with pytest.raises(exporter.ExportError) as t: 212 with pytest.raises(exporter.ExportError) as t:
|
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/ |
H A D | scheduler.py | 54 except exporter.ExportError as e:
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/oracle/ |
H A D | qgsoracleprovider.h | 70 static QgsVectorLayerExporter::ExportError createEmptyLayer( 424 QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &uri,
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/spatialite/ |
H A D | qgsspatialiteprovider.h | 69 static QgsVectorLayerExporter::ExportError createEmptyLayer( 435 … QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &uri, const QgsFields &fields,
|
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/export/ |
H A D | fpsqlexport.pp | 148 ExportError(SErrMissingTableName); 159 ExportError(SErrNoKeyFieldForUpdate);
|
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/export/ |
H A D | fpsqlexport.pp | 148 ExportError(SErrMissingTableName); 159 ExportError(SErrNoKeyFieldForUpdate);
|
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/Azure/azure-sdk-for-go/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/ |
H A D | models.go | 195 type ExportError = original.ExportError talias
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/ |
H A D | qgsgeopackageproviderconnection.cpp | 99 QgsVectorLayerExporter::ExportError errCode = QgsOgrProvider::createEmptyLayer( in createVectorTable() 109 if ( errCode != QgsVectorLayerExporter::ExportError::NoError ) in createVectorTable()
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/postgres/ |
H A D | qgspostgresprovider.h | 80 static QgsVectorLayerExporter::ExportError createEmptyLayer( 594 …QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &uri, const QgsFields &fields,…
|