Skip to content

Commit e214832

Browse files
authored
chore: update szerror.py and bump version to 4.1.2 (#491) (#493)
* chore: update szerror.py and bump version to 4.1.2 (#491) * style: restore blank line after module docstring in szerror.py
1 parent 42c2e7f commit e214832

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning].
1111

1212
-
1313

14+
## [4.1.2] - 2026-05-07
15+
16+
### Changed in 4.1.2
17+
18+
- Updated szerror.py
19+
1420
## [4.1.1] - 2026-04-14
1521

1622
### Added in 4.1.1

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.1"
3+
version = "4.1.2"
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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-04-13T21:21:28.840885+00:00
6+
Generated date: 2026-05-05T15:56:53.807496+00:00
77
"""
88

99
# Metadata
@@ -158,7 +158,7 @@ class SzUnhandledError(SzUnrecoverableError):
158158
2: SzBadInputError, # EAS_ERR_INVALID_MESSAGE "Invalid Message"
159159
5: SzError, # EAS_ERR_EXCEEDED_MAX_RETRIES "Exceeded the Maximum Number of Retries Allowed"
160160
7: SzBadInputError, # EAS_ERR_EMPTY_MESSAGE "Empty Message"
161-
10: SzRetryTimeoutExceededError, # EAS_ERR_RETRY_TIMEOUT "Retry timeout exceeded resolved entity locklist [{0}]"
161+
10: SzRetryTimeoutExceededError, # EAS_ERR_RETRY_TIMEOUT "Retry timeout exceeded resolved entity locklist [{0}] (WORK_RETRY_TIMEOUT={1}s)"
162162
14: SzConfigurationError, # EAS_ERR_INVALID_DATASTORE_CONFIGURATION_TYPE "Invalid Datastore Configuration Type"
163163
18: SzError, # EAS_ERR_COULD_NOT_PROCESS_INITIALIZATION_SETTINGS "Could not process initialization settings"
164164
19: SzConfigurationError, # EAS_ERR_NO_CONFIGURATION_FOUND "Configuration not found"
@@ -471,7 +471,7 @@ class SzUnhandledError(SzUnrecoverableError):
471471
7314: SzBadInputError, # EAS_ERR_REQUIRED_ELEMENT_NOT_FOUND "A value for [{0}] must be specified."
472472
7317: SzConfigurationError, # EAS_ERR_FAILED_TO_OPEN_FILE "Failed to open file: {0}"
473473
7344: SzConfigurationError, # EAS_ERR_UNKNOWN_MAPPING_DIRECTIVE "Invalid mapping directive [{0}] for attribute [{1}]."
474-
7426: SzBadInputError, # EAS_ERR_XLITERATOR_FAILED "Transliteration failed"
474+
7426: SzBadInputError, # EAS_ERR_XLITERATOR_FAILED "Transliteration failed: {0}"
475475
7511: SzError, # EAS_ERR_ABORT_ER_AND_RETRY "Detected change in candidate entity[{0}]. Restarting ER evaluation."
476476
8000: SzBadInputError, # EAS_ERR_GNRNP "GNR NameParser Failure"
477477
8410: SzError, # EAS_ERR_UNINITIALIZED_AMBIGUOUS_FEATURE "Cannot use uninitialized ambiguous feature."

0 commit comments

Comments
 (0)