Skip to content

Commit 97429fa

Browse files
committed
Update szerror.py from sz-sdk-errors and bump version to 4.1.1
Resolves #475
1 parent 0094d7e commit 97429fa

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "senzing"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
description = "Python SDK method definitions"
55
authors = [{ name = "senzing", email = "support@senzing.com" }]
66
readme = "README.md"

src/senzing/szerror.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
DO NOT EDIT. This code is generated.
44
Generated by: sz-sdk-errors/bin/generate_python.py
55
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
77
"""
8-
98
# Metadata
109

1110
__all__ = [
@@ -253,6 +252,7 @@ class SzUnhandledError(SzUnrecoverableError):
253252
1017: SzDatabaseError, # EAS_ERR_DATABASE_OPERATOR_NOT_SET "Database operator not set '{0}'"
254253
1018: SzDatabaseError, # EAS_ERR_DATABASE_EXCEPTION_GENERATOR_NOT_SET "Database exception generator not set '{0}'"
255254
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}'"
256256
2001: SzConfigurationError, # EAS_ERR_FEATURE_HAS_NO_FTYPE_CODE "Cannot process feature with no FTYPE_CODE[{0}]"
257257
2002: SzError, # EAS_ERR_REQUESTED_CONFIG_FOR_INVALID_FTYPE_CODE "Requested config for invalid FTYPE_CODE[{0}]"
258258
2003: SzError, # EAS_ERR_NO_FELEM_CODE "Cannot process OBS_FELEM with no FELEM_CODE[{0}]"
@@ -611,5 +611,6 @@ class SzUnhandledError(SzUnrecoverableError):
611611
9804: SzError, # EAS_ERR_NULL_PARAMETER "Invalid null parameter [{1}] passed to function [{0}]"
612612
9805: SzError, # EAS_ERR_ADDRESS_INTERPRETER_NOT_INITIALIZED "AddressInterpreter not initialized - initializeAI() must be called before primeAddressInterpreter()"
613613
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}"
614615
}
615616
# fmt: on

0 commit comments

Comments
 (0)