Home
last modified time | relevance | path

Searched refs:ExportError (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsvectorlayerexporter.h51 enum ExportError enum
80 static ExportError exportLayer( QgsVectorLayer *layer,
121 ExportError errorCode() const;
154 ExportError mError;
250 QgsVectorLayerExporter::ExportError mError = QgsVectorLayerExporter::NoError;
H A Dqgsvectorlayerexporter.cpp37 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 Dqgsprovidermetadata.cpp138 QgsVectorLayerExporter::ExportError QgsProviderMetadata::createEmptyLayer( in createEmptyLayer()
145 return QgsVectorLayerExporter::ExportError::ErrProviderUnsupportedFeature; in createEmptyLayer()
H A Dqgsproviderregistry.h159 …SIP_SKIP QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &providerKey, const Q…
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DBackgroundSlicingProcess.cpp60 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 DExportImport.py24 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 DPOSException.py304 class ExportError(POSError): class
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/profiling/exporter/
H A Dhttp.py29 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__.py4 class ExportError(Exception): class
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/db2/
H A Dqgsdb2provider.h103 static QgsVectorLayerExporter::ExportError createEmptyLayer(
174 QgsVectorLayerExporter::ExportError createEmptyLayer(
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_export/src/cpp/
H A DexportToFile.hxx46 } ExportError; typedef
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DException.hpp23 SLIC3R_DERIVE_EXCEPTION(ExportError, CriticalException);
H A DZipper.cpp33 throw Slic3r::ExportError(formatted_errorstr()); in blow_up()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_generated/
H A Dqgsvectorlayerexporter.sip.in32 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 Dqgsmssqlprovider.h151 static QgsVectorLayerExporter::ExportError createEmptyLayer(
297 QgsVectorLayerExporter::ExportError createEmptyLayer(
H A Dqgsmssqlproviderconnection.cpp158 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 Dtest_http.py161 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 Dscheduler.py54 except exporter.ExportError as e:
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/oracle/
H A Dqgsoracleprovider.h70 static QgsVectorLayerExporter::ExportError createEmptyLayer(
424 QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &uri,
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/spatialite/
H A Dqgsspatialiteprovider.h69 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 Dfpsqlexport.pp148 ExportError(SErrMissingTableName);
159 ExportError(SErrNoKeyFieldForUpdate);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/export/
H A Dfpsqlexport.pp148 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 Dmodels.go195 type ExportError = original.ExportError talias
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/providers/ogr/
H A Dqgsgeopackageproviderconnection.cpp99 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 Dqgspostgresprovider.h80 static QgsVectorLayerExporter::ExportError createEmptyLayer(
594 …QgsVectorLayerExporter::ExportError createEmptyLayer( const QString &uri, const QgsFields &fields,…

1234