|
3 | 3 | DO NOT EDIT. This code is generated. |
4 | 4 | Generated by: sz-sdk-errors/bin/generate_python.py |
5 | 5 | Generated for: sz-sdk-python/src/senzing/szerror.py |
6 | | -Generated date: 2026-01-05T16:04:07.970468+00:00 |
| 6 | +Generated date: 2026-04-13T21:21:28.840885+00:00 |
7 | 7 | """ |
8 | | - |
9 | 8 | # Metadata |
10 | 9 |
|
11 | 10 | __all__ = [ |
@@ -253,6 +252,7 @@ class SzUnhandledError(SzUnrecoverableError): |
253 | 252 | 1017: SzDatabaseError, # EAS_ERR_DATABASE_OPERATOR_NOT_SET "Database operator not set '{0}'" |
254 | 253 | 1018: SzDatabaseError, # EAS_ERR_DATABASE_EXCEPTION_GENERATOR_NOT_SET "Database exception generator not set '{0}'" |
255 | 254 | 1019: SzConfigurationError, # EAS_ERR_DATABASE_SCHEMA_TABLES_NOT_FOUND "Datastore schema tables not found. [{0}]" |
| 255 | + 1020: SzDatabaseConnectionLostError, # EAS_ERR_DATABASE_CONNECTION_NEEDS_VALIDATION "Database Connection Needs Validation '{0}'" |
256 | 256 | 2001: SzConfigurationError, # EAS_ERR_FEATURE_HAS_NO_FTYPE_CODE "Cannot process feature with no FTYPE_CODE[{0}]" |
257 | 257 | 2002: SzError, # EAS_ERR_REQUESTED_CONFIG_FOR_INVALID_FTYPE_CODE "Requested config for invalid FTYPE_CODE[{0}]" |
258 | 258 | 2003: SzError, # EAS_ERR_NO_FELEM_CODE "Cannot process OBS_FELEM with no FELEM_CODE[{0}]" |
@@ -611,5 +611,6 @@ class SzUnhandledError(SzUnrecoverableError): |
611 | 611 | 9804: SzError, # EAS_ERR_NULL_PARAMETER "Invalid null parameter [{1}] passed to function [{0}]" |
612 | 612 | 9805: SzError, # EAS_ERR_ADDRESS_INTERPRETER_NOT_INITIALIZED "AddressInterpreter not initialized - initializeAI() must be called before primeAddressInterpreter()" |
613 | 613 | 9806: SzError, # EAS_ERR_GNR_RESOURCE_HANDLE_NOT_INITIALIZED "GNRResourceHandle not initialized - primeGNRResources() must be called first" |
| 614 | + 9807: SzError, # EAS_ERR_ADDRESS_INTERPRETER_INIT_FAILED "AddressInterpreter initialization failed: {0}" |
614 | 615 | } |
615 | 616 | # fmt: on |
0 commit comments