|
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-04-13T21:21:28.840885+00:00 |
| 6 | +Generated date: 2026-05-05T15:56:53.807496+00:00 |
7 | 7 | """ |
8 | 8 |
|
9 | 9 | # Metadata |
@@ -158,7 +158,7 @@ class SzUnhandledError(SzUnrecoverableError): |
158 | 158 | 2: SzBadInputError, # EAS_ERR_INVALID_MESSAGE "Invalid Message" |
159 | 159 | 5: SzError, # EAS_ERR_EXCEEDED_MAX_RETRIES "Exceeded the Maximum Number of Retries Allowed" |
160 | 160 | 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)" |
162 | 162 | 14: SzConfigurationError, # EAS_ERR_INVALID_DATASTORE_CONFIGURATION_TYPE "Invalid Datastore Configuration Type" |
163 | 163 | 18: SzError, # EAS_ERR_COULD_NOT_PROCESS_INITIALIZATION_SETTINGS "Could not process initialization settings" |
164 | 164 | 19: SzConfigurationError, # EAS_ERR_NO_CONFIGURATION_FOUND "Configuration not found" |
@@ -471,7 +471,7 @@ class SzUnhandledError(SzUnrecoverableError): |
471 | 471 | 7314: SzBadInputError, # EAS_ERR_REQUIRED_ELEMENT_NOT_FOUND "A value for [{0}] must be specified." |
472 | 472 | 7317: SzConfigurationError, # EAS_ERR_FAILED_TO_OPEN_FILE "Failed to open file: {0}" |
473 | 473 | 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}" |
475 | 475 | 7511: SzError, # EAS_ERR_ABORT_ER_AND_RETRY "Detected change in candidate entity[{0}]. Restarting ER evaluation." |
476 | 476 | 8000: SzBadInputError, # EAS_ERR_GNRNP "GNR NameParser Failure" |
477 | 477 | 8410: SzError, # EAS_ERR_UNINITIALIZED_AMBIGUOUS_FEATURE "Cannot use uninitialized ambiguous feature." |
|
0 commit comments