Python 2.7 has reached end of support
and will be
deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Python 2.7
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Python
2.7 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you
migrate to the latest supported version of Python.
Stay organized with collections
Save and categorize content based on your preferences.
google.appengine.ext.bulkload.bulkloader_errors module
Summary
Exceptions raised by bulkloader methods.
Contents
- exception google.appengine.ext.bulkload.bulkloader_errors.Errorsource
-
Bases: exceptions.Exception
Base bulkloader error type.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis module, \u003ccode\u003egoogle.appengine.ext.bulkload.bulkloader_errors\u003c/code\u003e, defines exceptions raised by bulkloader methods.\u003c/p\u003e\n"],["\u003cp\u003eThe base error type for all bulkloader errors is \u003ccode\u003eError\u003c/code\u003e, from which all other exceptions are derived.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eErrorOnTransform\u003c/code\u003e indicates an exception occurred during a data transform process.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInvalidCodeInConfiguration\u003c/code\u003e signifies that code within the bulkloader configuration could not be evaluated.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eInvalidImportData\u003c/code\u003e occurs when the data being imported is incompatible with the provided configuration.\u003c/p\u003e\n"]]],[],null,["# google.appengine.ext.bulkload.bulkloader_errors module\n======================================================\n\nSummary\n-------\n\nExceptions raised by bulkloader methods.\n\nContents\n--------\n\n*exception* google.appengine.ext.bulkload.bulkloader_errors.Error[source](/appengine/docs/legacy/standard/python/refdocs/modules/google/appengine/ext/bulkload/bulkloader_errors#Error)\n\n: Bases: exceptions.Exception\n\nBase bulkloader error type. \n\n*exception* google.appengine.ext.bulkload.bulkloader_errors.ErrorOnTransform[source](/appengine/docs/legacy/standard/python/refdocs/modules/google/appengine/ext/bulkload/bulkloader_errors#ErrorOnTransform)\n\n: Bases: [google.appengine.ext.bulkload.bulkloader_errors.Error](#google.appengine.ext.bulkload.bulkloader_errors.Error)\n\nAn exception was raised during this transform. \n\n*exception* google.appengine.ext.bulkload.bulkloader_errors.InvalidCodeInConfiguration[source](/appengine/docs/legacy/standard/python/refdocs/modules/google/appengine/ext/bulkload/bulkloader_errors#InvalidCodeInConfiguration)\n\n: Bases: [google.appengine.ext.bulkload.bulkloader_errors.Error](#google.appengine.ext.bulkload.bulkloader_errors.Error)\n\nA code or lambda statement in the configuration could not be evaulated. \n\n*exception* google.appengine.ext.bulkload.bulkloader_errors.InvalidConfiguration[source](/appengine/docs/legacy/standard/python/refdocs/modules/google/appengine/ext/bulkload/bulkloader_errors#InvalidConfiguration)\n\n: Bases: [google.appengine.ext.bulkload.bulkloader_errors.Error](#google.appengine.ext.bulkload.bulkloader_errors.Error)\n\nThe configuration is invalid. \n\n*exception* google.appengine.ext.bulkload.bulkloader_errors.InvalidExportData[source](/appengine/docs/legacy/standard/python/refdocs/modules/google/appengine/ext/bulkload/bulkloader_errors#InvalidExportData)\n\n: Bases: [google.appengine.ext.bulkload.bulkloader_errors.Error](#google.appengine.ext.bulkload.bulkloader_errors.Error)\n\nThe export data cannot be written using this connector object. \n\n*exception* google.appengine.ext.bulkload.bulkloader_errors.InvalidImportData[source](/appengine/docs/legacy/standard/python/refdocs/modules/google/appengine/ext/bulkload/bulkloader_errors#InvalidImportData)\n\n: Bases: [google.appengine.ext.bulkload.bulkloader_errors.Error](#google.appengine.ext.bulkload.bulkloader_errors.Error)\n\n The import data is inconsistent with the configuration."]]